[
https://issues.apache.org/jira/browse/FELIX-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sahoo updated FELIX-1301:
-------------------------
Attachment: Felix-1301.patch
Patch to log message like this (all in single line):
{felix.fileinstall.poll (ms) = 5000, felix.fileinstall.dir =
/space/ss141213/WS/gf/v3.trunk.new/publish/glassfishv3/glassfish/domains/domain1/autodeploy-bundles,
felix.fileinstall.debug = 1, felix.fileinstall.bundles.new.start = true}
> Limit FileInstall configuration information to one line in the output
> ---------------------------------------------------------------------
>
> Key: FELIX-1301
> URL: https://issues.apache.org/jira/browse/FELIX-1301
> Project: Felix
> Issue Type: Improvement
> Components: File Install
> Affects Versions: fileinstall-1.2.0
> Environment: generic
> Reporter: Sahoo
> Attachments: Felix-1301.patch
>
>
> Currently fileinstall prints the configuration information as four (4)
> separate log messages as shown below:
> Jul 5, 2009 5:49:40 PM
> INFO: felix.fileinstall.poll (ms) 5000
> Jul 5, 2009 5:49:40 PM
> INFO: felix.fileinstall.dir
> /space/ss141213/WS/gf/v3.trunk.new/publish/glassfishv3/glassfish/domains/domain1/autodeploy-bundles
> Jul 5, 2009 5:49:40 PM
> INFO: felix.fileinstall.debug 1
> Jul 5, 2009 5:49:40 PM
> INFO: felix.fileinstall.bundles.new.start true
> It works fine most of the time, but in a multithreaded environment, sometimes
> these four log messages get interspersed with other log messages and that
> affects readability. So, we should concatenate the messages into one message
> with proper formatting.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.