Update pict-rs.toml to reflect defaults

This commit is contained in:
asonix 2023-12-17 23:15:06 -06:00
parent c9155f7ce7
commit 5a90b24a12

View file

@ -68,11 +68,11 @@ format = 'normal'
## Optional: log targets
# environment variable: PICTRS__TRACING__LOGGING__TARGETS
# default: warn,tracing_actix_web=info,actix_server=info,actix_web=info
# default: info
#
# Dictates which traces should print to stdout
# Follows the same format as RUST_LOG
targets = 'warn,tracing_actix_web=info,actix_server=info,actix_web=info'
targets = 'info'
## Optional: whether pict-rs should log the new & close span events for tracing spans to stdout
# environment variable: PICTRS__TRACING__LOGGING__LOG_SPANS