summaryrefslogtreecommitdiffstats
path: root/certServiceClient/src/main/resources/log4j2.xml
diff options
context:
space:
mode:
authorkjaniak <kornel.janiak@nokia.com>2020-06-17 09:31:08 +0200
committerkjaniak <kornel.janiak@nokia.com>2020-06-23 16:11:57 +0200
commitffa2b75513bac0ac7aa39bdb6d0b77f751735c5e (patch)
tree352ce2e8593cfb0ce5d99f0e7dd2111ed923fc83 /certServiceClient/src/main/resources/log4j2.xml
parent7feb6ab1d172070c1532106ff699eb99be33c826 (diff)
Move ArtifcatsCreationProvider one level higher
Code style cleanup (warnings from checkstyle). Issue-ID: AAF-1152 Signed-off-by: kjaniak <kornel.janiak@nokia.com> Change-Id: I0a8bbd998cd6aed4cf818ffe10c7fbffe99e9d22
Diffstat (limited to 'certServiceClient/src/main/resources/log4j2.xml')
-rw-r--r--certServiceClient/src/main/resources/log4j2.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/certServiceClient/src/main/resources/log4j2.xml b/certServiceClient/src/main/resources/log4j2.xml
index 37eb078b..bf4b6239 100644
--- a/certServiceClient/src/main/resources/log4j2.xml
+++ b/certServiceClient/src/main/resources/log4j2.xml
@@ -8,7 +8,8 @@
pattern="%d{${LOG_DATEFORMAT_PATTERN:-yyyy-MM-dd HH:mm:ss.SSS}} %highlight{${LOG_LEVEL_PATTERN:-%5p}}{FATAL=red blink, ERROR=red, WARN=yellow bold, INFO=green, DEBUG=green bold, TRACE=blue} %style{%pid}{magenta} [%15.15t] %style{%-40.40C{1.}}{cyan} : %m%n%throwable"/>
</Console>
- <RollingFile fileName="var/log/onap/aaf/certservice-client/certservice-client.log" filePattern="logs/certservice-client-%d{yyyy-MM-dd}-%i.log" name="ROLLING_FILE">
+ <RollingFile fileName="var/log/onap/aaf/certservice-client/certservice-client.log"
+ filePattern="logs/certservice-client-%d{yyyy-MM-dd}-%i.log" name="ROLLING_FILE">
<PatternLayout pattern="[%d{ISO8601}][%-5p][%-5c] %m%n"/>
<Policies>
<SizeBasedTriggeringPolicy size="64 MB"/>