Actions
Bug #8115
openLog rotation doesn't work during zero traffic
Affected Versions:
Effort:
low
Difficulty:
Label:
C
Description
Log rotation checks (code link) only happen when there are active log "writes" happening in the system. In cases of zero-traffic, they may not get triggered because of which downstream processes waiting on log file close event miss out on time-critical logs.
Actions