Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Sling Log bundle so far provided ability to dump all the rotated log files as part of zip generated via Felix WebConsole support. With shift to Logback its not straightforward to determine location of all rotated logs files e.g. one created via config xml
Need to find a way to determine all such rotated log files and dump them.
1. Dump all files from log folder
2. Dump only the file created via OSGi configuration as we know the pattern used and then use a logic similar to earlier version to determine all such files. For files generated by other appenders (one configured via xml) its not possible to determine the pattern post initialization