Skip to content

Commit

Permalink
chore: update the log filter template in configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
yangby-cryptape committed May 31, 2019
1 parent 64304c0 commit dfc944a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resource/ckb-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec = "specs/dev.toml" # {{

[logger]
filter = "info" # {{
# integration => filter = "info,network=trace,sync=debug,relay=debug"
# integration => filter = "info,ckb-network=trace,ckb-sync=debug,ckb-relay=debug"
# }}
color = true
log_to_file = true # {{
Expand Down
2 changes: 1 addition & 1 deletion resource/ckb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec = "specs/dev.toml" # {{

[logger]
filter = "info" # {{
# integration => filter = "info,network=trace,rpc-server=debug,sync=debug,relay=debug,tx_pool=debug"
# integration => filter = "info,ckb-network=trace,ckb-rpc=debug,ckb-sync=debug,ckb-relay=debug,ckb-tx-pool=debug"
# }}
color = true
log_to_file = true # {{
Expand Down

0 comments on commit dfc944a

Please sign in to comment.