You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/10/14 18:02:05 UTC

[jira] [Commented] (COUCHDB-2855) EUnit logs are too big

    [ https://issues.apache.org/jira/browse/COUCHDB-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14957138#comment-14957138 ] 

ASF GitHub Bot commented on COUCHDB-2855:
-----------------------------------------

GitHub user nickva opened a pull request:

    https://github.com/apache/couchdb-couch-log/pull/8

    Create a custom logging backend for unit tests.

     * Disables logging of anything below error level.
    
     * Backend is enabled automatically if running in test mode.
    
     * For couch_log's own tests, use mocking in order to bypass testing mode.
    
     * For mocking to work with couch_log tests, move tests to
       a separate tests/ folder.
    
    COUCHDB-2855

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cloudant/couchdb-couch-log 2855-custom-test-logger-backend

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-couch-log/pull/8.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8
    
----
commit cc808a45d1a021281ac057630e311fcb4d1d3ed5
Author: Nick Vatamaniuc <va...@gmail.com>
Date:   2015-10-14T15:53:54Z

    Create a custom logging backend for unit tests.
    
     * Disables logging of anything below error level.
    
     * Backend is enabled automatically if running in test mode.
    
     * For couch_log's own tests, use mocking in order to bypass testing mode.
    
     * For mocking to work with couch_log tests, move tests to
       a separate tests/ folder.
    
    COUCHDB-2855

----


> EUnit logs are too big
> ----------------------
>
>                 Key: COUCHDB-2855
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2855
>             Project: CouchDB
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>            Reporter: Nick Vatamaniuc
>
> Currently they are at 3.3Mb in size. Almost close to 4Mb where Travis will stop the build because logs are too big. Most of the logs are filled up with notice, info and debug lines (those are huge especially for replicator tests), and application startup and teardown progress reports.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)