Refactor: log checkroration checkTime change to 1 second

Signed-off-by: awzhgw <guowl18702995996@gmail.com>
This commit is contained in:
awzhgw 2019-09-02 14:25:25 +08:00 committed by awzhgw
parent 4831443a56
commit f732ade2bc

View File

@ -51,7 +51,7 @@ const (
FileOpt = os.O_RDWR | os.O_CREATE | os.O_APPEND
WriterBufferInitSize = 4 * 1024 * 1024
WriterBufferLenLimit = 4 * 1024 * 1024
DefaultRollingInterval = 5 * time.Minute
DefaultRollingInterval = 1 * time.Second
RolledExtension = ".old"
)