Bug #1948
NodeFileHandler not rotating log files
Start date:
27.05.2016
Due date:
% Done:
100%
Estimated time:
origin:
Description
The NodeFileHandler log handler is used to split the log file pattern by worker process.
However, the way the constructors of FileHandler are designed, all invocations with adapted pattern will reset limit, append, and more to defaults after reading the file based config.
In order to work around this limitation of the JUL implementation, NodeFileHandler would have to implement the complete configuration parsing.