#
# tracing.toml
#
# A detailed example file can be found here:
#
# https://docs.rs/tracing-config/latest/tracing_config/config/model/index.html
#
= "meadows"
[]
= ["tracing_config::config=warn"]
= "trace"
[]
= false
= true
= "full" # "full", "compact", "pretty", "json"
= true
= "full" # "new", "enter", "exit", "close", "none", "active", "full"
= true
= "fmt" # "fmt", "json", "sifting"
= "file"
[]
= "${env:dir}"
= "${env:test_name}"
= true
= true
= "never" # "minutely", "hourly", "daily" (default), "never"
= "file" # "file", "standard_output"
# EOF