You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2010/08/03 11:22:15 UTC

[jira] Created: (JCR-2693) Logging per test case

Logging per test case
---------------------

                 Key: JCR-2693
                 URL: https://issues.apache.org/jira/browse/JCR-2693
             Project: Jackrabbit Content Repository
          Issue Type: Improvement
          Components: jackrabbit-core, jackrabbit-jcr-tests, test
            Reporter: Jukka Zitting
            Priority: Minor
         Attachments: JCR-2693.patch

Thanks to the switch to Logback a while ago (JCR-2584) we can start taking advantage of some nice new features like the one described in [1]. With this trick we'll be able to split the currently pretty large jcr.log test log file we have to separate log files per each test case. This will make it much easier to review the logs written during any particular test.

[1] http://www.nalinmakar.com/2010/07/28/logging-tests-to-separate-files/

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


[jira] Resolved: (JCR-2693) Logging per test case

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

Jukka Zitting resolved JCR-2693.
--------------------------------

         Assignee: Jukka Zitting
    Fix Version/s: 2.2.0
       Resolution: Fixed

Patch committed in revision 984713.

> Logging per test case
> ---------------------
>
>                 Key: JCR-2693
>                 URL: https://issues.apache.org/jira/browse/JCR-2693
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, jackrabbit-jcr-tests, test
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: JCR-2693.patch
>
>
> Thanks to the switch to Logback a while ago (JCR-2584) we can start taking advantage of some nice new features like the one described in [1]. With this trick we'll be able to split the currently pretty large jcr.log test log file we have to separate log files per each test case. This will make it much easier to review the logs written during any particular test.
> [1] http://www.nalinmakar.com/2010/07/28/logging-tests-to-separate-files/

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


[jira] Updated: (JCR-2693) Logging per test case

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

Jukka Zitting updated JCR-2693:
-------------------------------

    Attachment: JCR-2693.patch

The attached patch implements this feature for jackrabbit-core.

> Logging per test case
> ---------------------
>
>                 Key: JCR-2693
>                 URL: https://issues.apache.org/jira/browse/JCR-2693
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>          Components: jackrabbit-core, jackrabbit-jcr-tests, test
>            Reporter: Jukka Zitting
>            Priority: Minor
>         Attachments: JCR-2693.patch
>
>
> Thanks to the switch to Logback a while ago (JCR-2584) we can start taking advantage of some nice new features like the one described in [1]. With this trick we'll be able to split the currently pretty large jcr.log test log file we have to separate log files per each test case. This will make it much easier to review the logs written during any particular test.
> [1] http://www.nalinmakar.com/2010/07/28/logging-tests-to-separate-files/

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