enhance: toml format

This commit is contained in:
luwenpeng
2024-08-20 19:20:24 +08:00
parent f061f9abc1
commit b46a5d4b23
8 changed files with 43 additions and 36 deletions

View File

@@ -1,4 +1,4 @@
[log]
output = file # stderr, file
file = "log/stellar.log"
level = FATAL # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
output = "stderr" # stderr, file
file = "log/stellar.log"
level = "ERROR" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL