morningman opened a new pull request #1198: Modify FE sys log and audit log 
configuration
URL: https://github.com/apache/incubator-doris/pull/1198
 
 
   Change all FE logs with suffix `yyyyMMdd` or `yyyyMMddHH`, specified by 2 new
   configurations: 'sys_log_roll_interval' and 'audit_log_roll_interval'
   
   All FE logs are now rolling at max size of 1024MB(default), specified by new
   configuration: 'log_roll_size_mb'
   
   By default, the new FE logs will look like this:
   
   log/
       fe.audit.log
       fe.audit.log.20190524-1
       fe.audit.log.20190523-2
       fe.log
       fe.log.20190524-1
       fe.log.20190524-2
       fe.log.20190523-3
       fe.warn.log
       fe.warn.log.20190524-1
       fe.warn.log.20190523-2
       fe.gc.log.20190524
   
   Configurations 'sys_log_roll_mode' and 'audit_log_roll_mode' are deprecated.
   
   ISSUE: #1197 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to