We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
max_log_info
1 parent f1dab24 commit a28f425Copy full SHA for a28f425
config.toml.example
@@ -382,6 +382,10 @@ changelog-seen = 1
382
# Overrides the `debug-assertions` option, if defined.
383
#
384
# Defaults to rust.debug-assertions value
385
+#
386
+# If you see a message from `tracing` saying
387
+# `max_level_info` is enabled and means logging won't be shown,
388
+# set this value to `true`.
389
#debug-logging = debug-assertions
390
391
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
0 commit comments