Need a way to change logback configuration for CDAP programs running in YARN
Description
Release Notes
None
relates to
Activity
Show:

Parth Gandhi March 9, 2015 at 10:38 PM
Merged to dev as part of: https://github.com/caskdata/cdap/pull/1520

Poorna Chandra February 16, 2015 at 9:42 PM
Moving this to 2.8 as it makes debugging applications very difficult without the ability to change log levels.

Sreevatsan Raman January 29, 2015 at 4:32 AM
This happens on distributed cluster and not on standalone. Will revisit in next release.

Sreevatsan Raman January 6, 2015 at 9:52 PM
Moving to 2.7
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee

Reporter

Labels
Components
Fix versions
Due date
Mar 08, 2015
Priority
Created December 30, 2014 at 12:27 AM
Updated March 27, 2015 at 7:30 PM
Resolved March 9, 2015 at 10:38 PM
When Flowlets or Services start in YARN they use the default logback configuration. Even when a logback.xml is bundled in src/main/resources dir of application it is not used.
The default logback configuration does not contain date in the log lines, it makes debugging very difficult.