diff options
author | Paweł Baniewski <pawel.baniewski@nokia.com> | 2020-09-21 07:37:51 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-09-21 07:37:51 +0000 |
commit | 08e6be6da2c94df6cb25049b992923fa8ebc4a10 (patch) | |
tree | c679d70d8c4eee758a2405cfcc0eab93dae18dff /certServicePostProcessor/src/main | |
parent | 5ac128870714f05bed81372497ada1b881fd791b (diff) | |
parent | 036b2f01da6d51d8b466e48b4cfc8692a224bfe3 (diff) |
Merge "[OOM-CMPv2] Rename module and docker image"
Diffstat (limited to 'certServicePostProcessor/src/main')
-rw-r--r-- | certServicePostProcessor/src/main/resources/log4j2.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/certServicePostProcessor/src/main/resources/log4j2.xml b/certServicePostProcessor/src/main/resources/log4j2.xml index 697017e3..b7a588bf 100644 --- a/certServicePostProcessor/src/main/resources/log4j2.xml +++ b/certServicePostProcessor/src/main/resources/log4j2.xml @@ -8,8 +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/oom/truststore-merger/truststore-merger.log" - filePattern="logs/truststore-merger-%d{yyyy-MM-dd}-%i.log" name="ROLLING_FILE"> + <RollingFile fileName="var/log/onap/oom/cert-service/post-processor/application.log" + filePattern="logs/application-%d{yyyy-MM-dd}-%i.log" name="ROLLING_FILE"> <PatternLayout pattern="[%d{ISO8601}][%-5p][%-5c] %m%n"/> <Policies> <SizeBasedTriggeringPolicy size="64 MB"/> |