Commit graph

10 commits

Author SHA1 Message Date
João Duarte
fe7607abd4
only start monitoring pipeline after valid license (#10106)
Avoid unecessary logging errors and resource usage by only starting
the monitoring pipeline if we can validate the license.
2018-11-07 17:28:48 +00:00
Dan Hermann
1ea1d1982d Add default log retention settings
Relates to #7842

Fixes #8815
2017-12-08 22:55:33 +00:00
Dan Hermann
6c84096a03 retain the 'log' extension
Fixes #8800
2017-12-07 17:18:55 +00:00
Dan Hermann
f1da660c1b Adds size cap for each individual log file. Compresses log files on rollover.
Fixes #7482.

Fixes #8800
2017-12-07 17:18:54 +00:00
Jordan Sissel
60598a0222 Truncate from the end of the message instead of the front.
PatternLayout calls this 'left justify' I think.

Fixes #6255

Fixes #6257
2016-11-15 18:35:12 -05:00
Tal Levy
19d3232873 slowlog
Fixes #6128
2016-11-02 18:48:40 -04:00
Suyog Rao
0a59592fe8 Use format for log file
Fixes #5903
2016-09-13 19:39:27 -04:00
Tal Levy
63233b1cf1 respect log.format and path.logs from cli
also change how `log.level` is configured at startup time to be set
as a property directly in the log4j2.properties file

Fixes #5900
2016-09-13 16:45:30 -04:00
Tal Levy
61ebeb0b4b update path.log to path.logs directory, and respect it in log4j2
Fixes #5876
2016-09-08 18:06:30 -04:00
Tal Levy
1b2f7a7668 Migrate Logstash to Log4j2 Logging (#5651)
Migrate to use Log4j2 for Logstash logging
2016-08-25 10:30:22 -07:00