summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-08-21 14:55:43 +0800
committerluwenpeng <[email protected]>2024-08-21 18:18:42 +0800
commitaed2daa1a4ef3016a281e6d08150a8459e36e7fd (patch)
tree970db2772a4feaee79f275c53284cbce06481e00 /conf
parent415c21440f159fc7d693c53f6c6161f65aa90d1f (diff)
feature: support outputting stderr and file logs at the same time
Diffstat (limited to 'conf')
-rw-r--r--conf/log.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/log.toml b/conf/log.toml
index a51abd8..9fdc884 100644
--- a/conf/log.toml
+++ b/conf/log.toml
@@ -1,4 +1,4 @@
[log]
-output = "stderr" # stderr, file
+output = "both" # stderr, file, both
file = "log/stellar.log"
level = "ERROR" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL