diff options
| author | luwenpeng <[email protected]> | 2024-08-23 16:13:34 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-23 16:13:34 +0800 |
| commit | a6223eacfe3c9048628da198cd68d9772a54ae9a (patch) | |
| tree | 28a963fa08014ae8c1d065ab17f14d183925271c /conf | |
| parent | 2634d701085ba2b8f754f6c39a6b347cb18c4999 (diff) | |
update default log level for gtest to info
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/log.toml | 2 |
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 |
