5 lines
143 B
TOML
5 lines
143 B
TOML
[log]
|
|
output = "stderr" # stderr, file, both
|
|
level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
|
|
file = "log/stellar.log"
|