2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-23 18:11:15 +00:00
confluent/confluent_server
chenglch dc436fda74 Add log rotation support
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
2015-09-23 23:36:46 -04:00
..
bin Add support for RPM builds 2014-07-14 14:54:12 -04:00
confluent Add log rotation support 2015-09-23 23:36:46 -04:00
systemd Add simple systemd service file for confluent server. 2015-07-15 13:33:47 -04:00
sysvinit Make init script properly indicate error conditions. 2015-09-17 08:57:08 -03:00
buildrpm On successful builds, clean up the generated directories and files 2015-02-02 16:41:37 -05:00
confluent_server.spec.tmpl Packaging fixup in preparation for 1.1 release cycle 2015-03-25 13:52:59 -04:00
makesetup Add support for RPM builds 2014-07-14 14:54:12 -04:00
MANIFEST.in Add simple systemd service file for confluent server. 2015-07-15 13:33:47 -04:00
requirements.txt Packaging fixup in preparation for 1.1 release cycle 2015-03-25 13:52:59 -04:00
setup.cfg Add bits and pieces to facilitate pypi packaging 2014-05-06 15:01:35 -04:00
setup.py.tmpl Add simple systemd service file for confluent server. 2015-07-15 13:33:47 -04:00
VERSION Add event log to interface 2015-05-15 16:49:52 -04:00