* fix:log config

* fix: token update expire time
This commit is contained in:
icey-yu
2024-07-09 18:17:44 +08:00
committed by GitHub
parent 407a117a05
commit 213613cf54
2 changed files with 3 additions and 15 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
# Log storage path, default is acceptable, change to a full path if modification is needed
storageLocation: ../../../../logs/
# Log rotation period (in hours), default is acceptable
rotationTime: 1
rotationTime: 24
# Maximum size of each log file (in MB), default is acceptable, it means unlimited
maxSize: 0
# Number of log files to retain, default is acceptable, it means whenever the log file is rotated, the old log file will be deleted