remove unused file 87/59587/1
authormicdzied <michal.1.dziedzic@nokia.com>
Wed, 8 Aug 2018 06:40:19 +0000 (08:40 +0200)
committermicdzied <michal.1.dziedzic@nokia.com>
Wed, 8 Aug 2018 06:40:19 +0000 (08:40 +0200)
Change-Id: I795ae10892b2b6305b7bbf997dde5a1986bb2ff0
Issue-ID: INT-607
Signed-off-by: micdzied <michal.1.dziedzic@nokia.com>
test/mocks/pnfsimulator/src/main/resources/log4j2.xml [deleted file]

diff --git a/test/mocks/pnfsimulator/src/main/resources/log4j2.xml b/test/mocks/pnfsimulator/src/main/resources/log4j2.xml
deleted file mode 100644 (file)
index d3941d3..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<Configuration status="WARN">
-    <Properties>
-        <Property name="log4j.logLevel" value="info"/>
-   </Properties>
-    <Appenders>
-        <Console name="Console" target="SYSTEM_OUT">
-            <PatternLayout pattern="%d{ISO8601} +%r [%t] %-5p %c %x - %m%n"/>
-        </Console>
-        <Console name="ColorConsole" target="SYSTEM_OUT">
-            <PatternLayout
-                    pattern="%style{%d{ISO8601} +%r}{yellow} %highlight{%-5level}{STYLE=Logback} %style{[%t]}{yellow} %style{%c{1.}}{BRIGHT} %message%n"/>
-        </Console>
-        <File name="File" fileName="/var/log/pnfsimulator.log">
-            <PatternLayout pattern="%d{ISO8601} +%r [%t] %-5p %c %x - %m%n"/>
-        </File>
-    </Appenders>
-    <Loggers>
-        <Root level="${sys:log4j.logLevel}">
-            <AppenderRef ref="File"/>
-            <AppenderRef ref="ColorConsole"/>
-        </Root>
-    </Loggers>
-</Configuration>