[
https://issues.apache.org/jira/browse/SLING-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14636398#comment-14636398
]
Chetan Mehrotra commented on SLING-4788:
----------------------------------------
[~cziegeler] I had earlier thought about using new inventory api [1] but was
not sure about adding dependency (even optional) on Inventory API bundle which
starts at higher level would be a good idea. Can we still achieve above
requirements without depending on new inventory API
[1]
http://felix.apache.org/documentation/subprojects/apache-felix-inventory.html
> SlingConfigurationPrinter should use mode aware and only stream the full logs
> in the zip version and avoid duplicate information
> --------------------------------------------------------------------------------------------------------------------------------
>
> Key: SLING-4788
> URL: https://issues.apache.org/jira/browse/SLING-4788
> Project: Sling
> Issue Type: Improvement
> Components: Commons
> Affects Versions: Commons Log 4.0.0, Commons Log 4.0.2
> Reporter: Thierry Ygé
> Assignee: Chetan Mehrotra
> Priority: Minor
>
> Currently the SlingConfigurationPrinter is not mode aware, it produce a log
> files.txt that contains / combine all the logs in one, which is an issue when
> there are really a lot of logs and large.
> Also the zip version will contains then both output once combined and once as
> log attached.
> To improve this it would be easier to use the mode aware interface
> ModeAwareConfigurationPrinter, and define different output style.
> In text mode it should only list the log files available, a tail of the last
> n lines could be added.
> In zip mode, it should then attache the logs, eventually an option to only
> add logs that are n days old or n lines , to avoid too large zip files which
> can also sometime be a problem when trying to analyze a recent issue.
> I did a quick test based on the current release and that is possible to
> achieve at least the mode awareness.
> [~cziegeler] Can you check if that can be done for a future release of common
> logs ?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)