Skip to content

Commit

Permalink
Merge pull request #11 from BoredApe8461/logging
Browse files Browse the repository at this point in the history
Logging
  • Loading branch information
BoredApe8461 authored Aug 19, 2024
2 parents b74d82b + 151a718 commit 980cb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions bin/tracker/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@
const LOG_TARGET: &str = "tracker";

const LOG_TARGET: &str = "tracker";

use clap::Parser;
use shared::{consumption::write_consumption, registry::registered_paras, round_to};
use subxt::{blocks::Block, utils::H256, OnlineClient, PolkadotConfig};
Expand Down

0 comments on commit 980cb1c

Please sign in to comment.