You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by "Alasdair Nottingham (JIRA)" <ji...@apache.org> on 2010/03/09 14:50:27 UTC

[jira] Created: (ARIES-227) JMX Logger sends info to System.err

JMX Logger sends info to System.err
-----------------------------------

                 Key: ARIES-227
                 URL: https://issues.apache.org/jira/browse/ARIES-227
             Project: Aries
          Issue Type: Bug
    Affects Versions: 0.1
            Reporter: Alasdair Nottingham
            Assignee: Alasdair Nottingham


The JMX Logger sends messages to System.err if the LogService is missing. This causes log messages to be written as errors.

Need to remove the calls to System.err. If the messages are important to the user of the JMX components then the user can provide a LogService implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


Re: [jira] Created: (ARIES-227) JMX Logger sends info to System.err

Posted by adam wojtuniak <ad...@gmail.com>.
I don't agree with that change if there is no LogService the client of jmx
won't be able to see
any faults. If you look at Felix or some RI implemenations they are doing
same things as our Logger. Maybe we should use out.println instead of
err.println.
Regards,
Adam
On Tue, Mar 9, 2010 at 1:50 PM, Alasdair Nottingham (JIRA)
<ji...@apache.org>wrote:

> JMX Logger sends info to System.err
> -----------------------------------
>
>                 Key: ARIES-227
>                 URL: https://issues.apache.org/jira/browse/ARIES-227
>             Project: Aries
>          Issue Type: Bug
>    Affects Versions: 0.1
>            Reporter: Alasdair Nottingham
>            Assignee: Alasdair Nottingham
>
>
> The JMX Logger sends messages to System.err if the LogService is missing.
> This causes log messages to be written as errors.
>
> Need to remove the calls to System.err. If the messages are important to
> the user of the JMX components then the user can provide a LogService
> implementation.
>
> --
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
>
>

[jira] Work started: (ARIES-227) JMX Logger sends info to System.err

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

Work on ARIES-227 started by Alasdair Nottingham.

> JMX Logger sends info to System.err
> -----------------------------------
>
>                 Key: ARIES-227
>                 URL: https://issues.apache.org/jira/browse/ARIES-227
>             Project: Aries
>          Issue Type: Bug
>    Affects Versions: 0.1
>            Reporter: Alasdair Nottingham
>            Assignee: Alasdair Nottingham
>
> The JMX Logger sends messages to System.err if the LogService is missing. This causes log messages to be written as errors.
> Need to remove the calls to System.err. If the messages are important to the user of the JMX components then the user can provide a LogService implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (ARIES-227) JMX Logger sends info to System.err

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

Alasdair Nottingham resolved ARIES-227.
---------------------------------------

    Resolution: Fixed

> JMX Logger sends info to System.err
> -----------------------------------
>
>                 Key: ARIES-227
>                 URL: https://issues.apache.org/jira/browse/ARIES-227
>             Project: Aries
>          Issue Type: Bug
>    Affects Versions: 0.1
>            Reporter: Alasdair Nottingham
>            Assignee: Alasdair Nottingham
>
> The JMX Logger sends messages to System.err if the LogService is missing. This causes log messages to be written as errors.
> Need to remove the calls to System.err. If the messages are important to the user of the JMX components then the user can provide a LogService implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.