summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-08-23 16:13:34 +0800
committerluwenpeng <[email protected]>2024-08-23 16:13:34 +0800
commita6223eacfe3c9048628da198cd68d9772a54ae9a (patch)
tree28a963fa08014ae8c1d065ab17f14d183925271c /conf
parent2634d701085ba2b8f754f6c39a6b347cb18c4999 (diff)
update default log level for gtest to info
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 9fdc884..6df9dc6 100644
--- a/conf/log.toml
+++ b/conf/log.toml
@@ -1,4 +1,4 @@
[log]
output = "both" # stderr, file, both
file = "log/stellar.log"
-level = "ERROR" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL
+level = "INFO" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL