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

ASF GitHub Bot commented on MINIFI-83:
--------------------------------------

GitHub user phrocker opened a pull request:

    https://github.com/apache/nifi-minifi-cpp/pull/57

    MINIFI-83: Allow appenders to be specified and auto configured.

    This PR will modify logging so that we can have configurable
    appenders and have them be modified via custom configuration
    for that appender. Eventually these can be modified real time.

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

    $ git pull https://github.com/phrocker/nifi-minifi-cpp MINIFI-83

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

    https://github.com/apache/nifi-minifi-cpp/pull/57.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 #57
    
----
commit e1b05ccc68ca4084b4ac861bd5de0eb21e5d44e5
Author: Marc Parisi <phroc...@apache.org>
Date:   2017-02-24T15:06:19Z

    MINIFI-83: Allow appenders to be specified and auto configured.
    
    This PR will modify logging so that we can have configurable
    appenders and have them be modified via custom configuration
    for that appender. Eventually these can be modified real time.

----


> Externalize configuration of logs
> ---------------------------------
>
>                 Key: MINIFI-83
>                 URL: https://issues.apache.org/jira/browse/MINIFI-83
>             Project: Apache NiFi MiNiFi
>          Issue Type: Improvement
>          Components: C++, Core Framework
>            Reporter: Aldrin Piri
>            Assignee: marco polo
>
> spdlog has a number of options that provide configuration similar to logback 
> in terms of rotating by date and size.  These are not inherently configurable 
> through an existing file however.  It would be a nice improvement to expose 
> these options in a friendly way such that a user can dictate what their 
> preferences are in terms of size vs time as well as the amount of disk 
> resources they are willing to allocate to such logs.
> https://github.com/gabime/spdlog/wiki/2.-Creating-loggers



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to