You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "karan singh malhi (JIRA)" <ji...@apache.org> on 2007/08/07 06:29:59 UTC

[jira] Created: (OPENEJB-626) Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties

Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties
--------------------------------------------------------------------------------------------------------------------

                 Key: OPENEJB-626
                 URL: https://issues.apache.org/jira/browse/OPENEJB-626
             Project: OpenEJB
          Issue Type: Improvement
            Reporter: karan singh malhi


David Blevins suggested the following with respect to logging:

"For anything embedded (could be more than just tests) we could just go
simple and call it embedded.logging.properties.

For the embedded one, we'd just have everything go to system.out and
we can yank the time/date stamp from the log messages."



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


[jira] Updated: (OPENEJB-626) Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties

Posted by "karan singh malhi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OPENEJB-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

karan singh malhi updated OPENEJB-626:
--------------------------------------

    Attachment: openejb-626.patch

- Renamed default.logging.conf to embedded.logging.properties
- Set additivity of all appenders to true , i.e. removed the additivity=false for all categories
- removed R and TX appenders
- added a rootLogger with level of fatal and a ConsoleAppender 

> Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-626
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-626
>             Project: OpenEJB
>          Issue Type: Improvement
>            Reporter: karan singh malhi
>         Attachments: openejb-626.patch
>
>
> David Blevins suggested the following with respect to logging:
> "For anything embedded (could be more than just tests) we could just go
> simple and call it embedded.logging.properties.
> For the embedded one, we'd just have everything go to system.out and
> we can yank the time/date stamp from the log messages."

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


[jira] Closed: (OPENEJB-626) Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties

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

David Blevins closed OPENEJB-626.
---------------------------------

    Resolution: Fixed
      Assignee: karan singh malhi

Applied!  Thanks, Karan!

$ svn ci container
Sending        container/openejb-core/pom.xml
Sending        container/openejb-core/src/main/java/org/apache/openejb/util/Logger.java
Replacing      container/openejb-core/src/main/resources/default.logging.conf
Adding         container/openejb-core/src/main/resources/embedded.logging.properties
Transmitting file data ....
Committed revision 563745.


> Rename default.logging.conf to embedded.logging.properties and also change appenders for embedded.logging.properties
> --------------------------------------------------------------------------------------------------------------------
>
>                 Key: OPENEJB-626
>                 URL: https://issues.apache.org/jira/browse/OPENEJB-626
>             Project: OpenEJB
>          Issue Type: Improvement
>            Reporter: karan singh malhi
>            Assignee: karan singh malhi
>         Attachments: openejb-626.patch
>
>
> David Blevins suggested the following with respect to logging:
> "For anything embedded (could be more than just tests) we could just go
> simple and call it embedded.logging.properties.
> For the embedded one, we'd just have everything go to system.out and
> we can yank the time/date stamp from the log messages."

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