mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Update pict-rs.toml to reflect defaults
This commit is contained in:
parent
c9155f7ce7
commit
5a90b24a12
1 changed files with 2 additions and 2 deletions
|
@ -68,11 +68,11 @@ format = 'normal'
|
||||||
|
|
||||||
## Optional: log targets
|
## Optional: log targets
|
||||||
# environment variable: PICTRS__TRACING__LOGGING__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
|
# Dictates which traces should print to stdout
|
||||||
# Follows the same format as RUST_LOG
|
# 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
|
## Optional: whether pict-rs should log the new & close span events for tracing spans to stdout
|
||||||
# environment variable: PICTRS__TRACING__LOGGING__LOG_SPANS
|
# environment variable: PICTRS__TRACING__LOGGING__LOG_SPANS
|
||||||
|
|
Loading…
Reference in a new issue