You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2009/09/08 15:20:57 UTC

[jira] Closed: (FELIX-1301) Limit FileInstall configuration information to one line in the output

     [ https://issues.apache.org/jira/browse/FELIX-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed FELIX-1301.
----------------------------------


> 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
>            Assignee: Filippo Diotalevi
>             Fix For: fileinstall-2.0.0
>
>         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.