diff options
| author | luwenpeng <[email protected]> | 2024-08-21 14:55:43 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-08-21 18:18:42 +0800 |
| commit | aed2daa1a4ef3016a281e6d08150a8459e36e7fd (patch) | |
| tree | 970db2772a4feaee79f275c53284cbce06481e00 /test/packet_inject | |
| parent | 415c21440f159fc7d693c53f6c6161f65aa90d1f (diff) | |
feature: support outputting stderr and file logs at the same time
Diffstat (limited to 'test/packet_inject')
| -rw-r--r-- | test/packet_inject/conf/log.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/packet_inject/conf/log.toml b/test/packet_inject/conf/log.toml index a50d2f5..144f2db 100644 --- a/test/packet_inject/conf/log.toml +++ b/test/packet_inject/conf/log.toml @@ -1,4 +1,4 @@ [log] -output = "stderr" # stderr, file +output = "stderr" # stderr, file, both level = "DEBUG" # TRACE, DEBUG, INFO, WARN, ERROR, FATAL file = "log/stellar.log" |
