default to debug log level if using debug build
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
@@ -270,7 +270,10 @@ allow_profile_lookup_federation_requests = true
|
||||
|
||||
# max log level for conduwuit. allows debug, info, warn, or error
|
||||
# see also: https://docs.rs/tracing-subscriber/latest/tracing_subscriber/filter/struct.EnvFilter.html#directives
|
||||
# For release builds, the maximum log level for conduwuit is info. For debug builds, it is "trace".
|
||||
# **Caveat**:
|
||||
# For release builds, the tracing crate is configured to only implement levels higher than error to avoid unnecessary overhead in the compiled binary from trace macros.
|
||||
# For debug builds, this restriction is not applied.
|
||||
#
|
||||
# Defaults to "warn"
|
||||
#log = "warn"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user