diff options
author | 2019-02-20 14:35:04 -0500 | |
---|---|---|
committer | 2019-02-20 14:35:04 -0500 | |
commit | 3d3c903eff4f4c90ff3ca90d1d84435fed188f72 (patch) | |
tree | 35c55921fd6fd1d31e27b661eb6ec5ceb0fde919 /src/main/resources/logback.xml | |
parent | d5fc44114502279cd20a65a420e18f03b205c9ad (diff) |
Update MUSIC test cases.
Fix some old test cases that were expecting incorrect output
Refactor to REST API suite to re-use cassandra instance
Change-Id: I9400b3e1e3ce35114e587336f0841207493c9680
Issue-ID: MUSIC-341
Signed-off-by: Tschaen, Brendan <ctschaen@att.com>
Diffstat (limited to 'src/main/resources/logback.xml')
-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 8d3164f0..6bc5fd5e 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 --> |