diff options
author | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-17 01:15:13 -0400 |
---|---|---|
committer | Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com> | 2019-03-17 01:24:25 -0400 |
commit | 01dbe014a6603a0e4d189f3129f42ed334405947 (patch) | |
tree | b6c441cdf8672a3d3225e3175626c56db8ce5595 /src/main | |
parent | 0db1ea358fdc74daf7b2039f7364ca0fff08bc77 (diff) |
Update logbax.xml and create test resources.
Also update pom to reflect that test resources are located in a
different dir.
Issue-ID: MUSIC-365
Change-Id: Ie118621dfdea9819403d3adf4f9d54cd2571ecdc
Signed-off-by: Nelson,Thomas(tn1381)(arthurdent3) <tn1381@att.com>
Diffstat (limited to 'src/main')
-rw-r--r-- | src/main/resources/logback.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback.xml b/src/main/resources/logback.xml index 6bc5fd5e..8d3164f0 100644 --- a/src/main/resources/logback.xml +++ b/src/main/resources/logback.xml @@ -292,7 +292,7 @@ <root level="INFO"> <appender-ref ref="asyncEELF" /> - <!-- <appender-ref ref="STDOUT" /> --> + <appender-ref ref="STDOUT" /> </root> <!-- Conductor Specific additions to squash WARNING and INFO --> |