GitHub user rvadai opened a pull request: https://github.com/apache/samza/pull/14
Removed setting log4j-console.xml as default According to the documentation (https://samza.apache.org/learn/documentation/0.10/jobs/logging.html) the `run-class.sh` script should set the default logging behaviour in case custom `log4j.xml` is not previously set. The line that is now removed from `run-job.sh` set the default logging to use the `log4j-console.xml`. This prevented the `run-class.sh` script to set the default logging configuration. You can merge this pull request into a Git repository by running: $ git pull https://github.com/rvadai/samza run-job-patch Alternatively you can review and apply these changes as the patch at: https://github.com/apache/samza/pull/14.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 #14 ---- commit 73d3848dcf375f4cf5cbd7ca14ee48955d9ba758 Author: Robert Vadai <rva...@segence.com> Date: 2016-08-26T15:51:13Z Removed setting log4j-console.xml as default According to the documentation (https://samza.apache.org/learn/documentation/0.10/jobs/logging.html) the `run-class.sh` script should set the default logging behaviour in case custom `log4j.xml` is not previously set. The line that is now removed from `run-job.sh` set the default logging to use the `log4j-console.xml`. This prevented the `run-class.sh` script to set the default logging configuration. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---