mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-11-05 03:42:08 +08:00
fix:log config
This commit is contained in:
parent
407a117a05
commit
75de7b75a1
@ -1,7 +1,7 @@
|
|||||||
# Log storage path, default is acceptable, change to a full path if modification is needed
|
# Log storage path, default is acceptable, change to a full path if modification is needed
|
||||||
storageLocation: ../../../../logs/
|
storageLocation: ../../../../logs/
|
||||||
# Log rotation period (in hours), default is acceptable
|
# 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
|
# Maximum size of each log file (in MB), default is acceptable, it means unlimited
|
||||||
maxSize: 0
|
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
|
# Number of log files to retain, default is acceptable, it means whenever the log file is rotated, the old log file will be deleted
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user