diff options
author | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-18 11:46:25 +0200 |
---|---|---|
committer | Jan Malkiewicz <jan.malkiewicz@nokia.com> | 2020-09-18 15:11:50 +0200 |
commit | 036b2f01da6d51d8b466e48b4cfc8692a224bfe3 (patch) | |
tree | 2c6e6e6a3a7991dcfa825542a3926f2b704d7a8c /certServicePostProcessor/src | |
parent | f8ce5f7332bd79b584ddd45ed8062cfdb5a938f3 (diff) |
[OOM-CMPv2] Rename module and docker image
Rename: oom-truststore-merger -> oom-certservice-post-processor
Issue-ID: DCAEGEN2-2253
Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com>
Change-Id: Ide128ffcab5fb3c45b646dca95512735efccb2ad
Diffstat (limited to 'certServicePostProcessor/src')
-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"/> |