Files
open-im-server/config/log.yml
T

14 lines
651 B
YAML
Raw Normal View History

2024-04-19 22:23:08 +08:00
# 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
2024-07-09 18:17:44 +08:00
rotationTime: 24
2024-07-17 10:31:02 +08:00
# Number of log files to retain, default is acceptable
remainRotationCount: 2
2024-04-19 22:23:08 +08:00
# Log level settings: 3 for production environment; 6 for more verbose logging in debugging environments
remainLogLevel: 6
# Whether to output to standard output, default is acceptable
isStdout: false
# Whether to log in JSON format, default is acceptable
isJson: false
2024-07-24 19:27:02 +08:00
# output simplify log when KeyAndValues's value len is bigger than 50 in rpc method log
isSimplify: true