[
https://issues.apache.org/jira/browse/FELIX-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Toni Menzel updated FELIX-529:
------------------------------
Attachment: FELIX-529.patch
LogService Support, Minore integration improvements for FileInstall
- use LogService as primary log target. Fallback to sysout/err
- tighten visibility of member vars to private instead of packagelevel.
- contains feature FELIX-524 and FELIX-528
- replaced static references with explicit parameters
- cancelation flag should be (at least) volatile to ensure visibility
- renamed non obvious field names (like jarfile)
> improve logging in FileInstall
> ------------------------------
>
> Key: FELIX-529
> URL: https://issues.apache.org/jira/browse/FELIX-529
> Project: Felix
> Issue Type: Bug
> Components: File Install
> Reporter: Toni Menzel
> Priority: Trivial
> Attachments: FELIX-529.patch
>
>
> Logging currently goes to System.err Stream and prints common null arguments
> - like Exception.
> This leads to common messages like "Installed pax-url-mvn-0.3.1-SNAPSHOT.jar:
> null" on the error console.
> Fix:
> - Remove exception if null.
> - write messages to System.out (like they usually do in felix)
> (i think there is no patchfile required, is it?)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.