You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sahoo (JIRA)" <ji...@apache.org> on 2009/07/05 14:36:14 UTC

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

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


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.


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

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi reassigned FELIX-1301:
----------------------------------------

    Assignee: Filippo Diotalevi

> 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
>         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.


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

Posted by "Sahoo (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Filippo Diotalevi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-1301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Filippo Diotalevi resolved FELIX-1301.
--------------------------------------

       Resolution: Fixed
    Fix Version/s: fileinstall-1.4.0

Patch committed. Thanks.

Close the issue if satisfied.

> 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-1.4.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.