]> git.lizzy.rs Git - rust.git/commitdiff
Make `max_log_info` easily greppable
authorJoshua Nelson <jyn514@gmail.com>
Thu, 8 Oct 2020 13:16:27 +0000 (09:16 -0400)
committerJoshua Nelson <jyn514@gmail.com>
Thu, 8 Oct 2020 13:16:27 +0000 (09:16 -0400)
config.toml.example

index c5efb8ed5e51cef43075490a418ec6ab7047bb57..6dc9eccbdfceb0cb81e0e4f5dc1074e1f0a0c72d 100644 (file)
@@ -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`.