mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-23 18:11:15 +00:00
dc436fda74
Add TimedAndSizeRotatingFileHandler which mixes together the RotatingFileHandler and TimedRotatingFileHandler from python logging module to process the log data. Add logrollover event to track the renamed information, so that console session can read the log data from current log file and last renamed file. Global configuration is used by the log handler. The format of the log section in '/etc/confluent/service.cfg' is like: [log] when = m backup_count = 3 max_bytes = 8192 utc = False |
||
---|---|---|
.. | ||
bin | ||
confluent | ||
systemd | ||
sysvinit | ||
buildrpm | ||
confluent_server.spec.tmpl | ||
makesetup | ||
MANIFEST.in | ||
requirements.txt | ||
setup.cfg | ||
setup.py.tmpl | ||
VERSION |