[ https://issues.apache.org/jira/browse/APEXCORE-704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970168#comment-15970168 ]
ASF GitHub Bot commented on APEXCORE-704: ----------------------------------------- GitHub user sgolovko opened a pull request: https://github.com/apache/apex-core/pull/515 APEXCORE-704 Add supporting of programmatic logger appender Implemented supporting of a programmatic logger appender that can be added to Apex Application Master and Containers and be configurable programmatically. The new programmatic appender can be defined in Java code or via a value of the new Apex attribute "LOGGER_APPENDER". The syntax of the attribute value: {appender-class-name}[,{args}] @vrozov @PramodSSImmaneni @sanjaypujare Could you please review the PR? You can merge this pull request into a Git repository by running: $ git pull https://github.com/sgolovko/apex-core APEXCORE-704 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/apex-core/pull/515.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 #515 ---- commit 92ff5a4ac7139da4804f6037a9fb426c69dcad2f Author: Sergey Golovko <ser...@datatorrent.com> Date: 2017-04-14T19:18:55Z APEXCORE-704 Add supporting of programmatic logger appender Implemented supporting of a programmatic logger appender that can be added to Apex Application Master and Containers and be configurable programmatically. The new programmatic appender can be defined in Java code or via a value of the new Apex attribute "LOGGER_APPENDER". The syntax of the attribute value: {appender-class-name}[,{args}] ---- > Add supporting of programmatic logger appender > ---------------------------------------------- > > Key: APEXCORE-704 > URL: https://issues.apache.org/jira/browse/APEXCORE-704 > Project: Apache Apex Core > Issue Type: Improvement > Reporter: Sergey Golovko > Assignee: Sergey Golovko > > Add supporting of a programmatic logger appender that can be added to Apex > Application Master and Containers and be configurable programmatically. -- This message was sent by Atlassian JIRA (v6.3.15#6346)