Skip to content

Commit

Permalink
Make max_log_info easily greppable
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 8, 2020
1 parent f1dab24 commit a28f425
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.toml.example
Expand Up @@ -382,6 +382,10 @@ changelog-seen = 1
# Overrides the `debug-assertions` option, if defined.
#
# Defaults to rust.debug-assertions value
#
# If you see a message from `tracing` saying
# `max_level_info` is enabled and means logging won't be shown,
# set this value to `true`.
#debug-logging = debug-assertions

# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
Expand Down

0 comments on commit a28f425

Please sign in to comment.