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