diff options
author | Bogumil Zebek <bogumil.zebek@nokia.com> | 2020-08-05 12:33:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-05 12:33:59 +0000 |
commit | ddf360bd400fdbb1485b7e507ec53ffa9cb882ba (patch) | |
tree | c631bf894ee2d0437fed3782d5809a0b23f90671 /certServiceClient/src/main/resources/log4j2.xml | |
parent | 4e61effd4ddd8e6869487914095f81a1566d0142 (diff) | |
parent | b8c4e6867d6b26652f4382e93665c220769cdc9f (diff) |
Merge "Removing AAF references from Cert-Service in OOM repo. Certificates regenerated External files (from legacy AAF) removed"
Diffstat (limited to 'certServiceClient/src/main/resources/log4j2.xml')
-rw-r--r-- | certServiceClient/src/main/resources/log4j2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/certServiceClient/src/main/resources/log4j2.xml b/certServiceClient/src/main/resources/log4j2.xml index bf4b6239..a641a4e0 100644 --- a/certServiceClient/src/main/resources/log4j2.xml +++ b/certServiceClient/src/main/resources/log4j2.xml @@ -8,7 +8,7 @@ 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" + <RollingFile fileName="var/log/onap/oom/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> |