diff options
author | Yuli Shlosberg <ys9693@att.com> | 2018-09-25 17:16:48 +0300 |
---|---|---|
committer | Michael Lando <michael.lando@intl.att.com> | 2018-10-02 11:27:35 +0000 |
commit | af70a208702df2d178bd1f57f6739e6b07d36b66 (patch) | |
tree | 4bc79bcd2adb977d1f3d205771dcf9f6563a1488 /utils/webseal-simulator/src/main/resources | |
parent | de7a7a210781703033b112e0914143262141f3e3 (diff) |
fix security violation
Change-Id: I78adf42e6a328e782b4db394fa1a90c17bea9f17
Issue-ID: SDC-1725
Signed-off-by: Yuli Shlosberg <ys9693@att.com>
Diffstat (limited to 'utils/webseal-simulator/src/main/resources')
-rw-r--r-- | utils/webseal-simulator/src/main/resources/logback.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/utils/webseal-simulator/src/main/resources/logback.xml b/utils/webseal-simulator/src/main/resources/logback.xml deleted file mode 100644 index 540645f821..0000000000 --- a/utils/webseal-simulator/src/main/resources/logback.xml +++ /dev/null @@ -1,12 +0,0 @@ -<configuration > - <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> - <encoder> - <Pattern> - %d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n - </Pattern> - </encoder> - </appender> - <root level="INFO"> - <appender-ref ref="STDOUT" /> - </root> -</configuration> |