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