summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--auth/helm/aaf/values.yaml2
-rw-r--r--auth/sample/etc/org.osaaf.aaf.log4j.props4
2 files changed, 3 insertions, 3 deletions
diff --git a/auth/helm/aaf/values.yaml b/auth/helm/aaf/values.yaml
index fc43af44..236a3e0e 100644
--- a/auth/helm/aaf/values.yaml
+++ b/auth/helm/aaf/values.yaml
@@ -69,7 +69,7 @@ image:
# When using Docker Repo, add, and include trailing "/"
# repository: nexus3.onap.org:10003/
# repository: localhost:5000/
- version: 2.1.7-SNAPSHOT
+ version: 2.1.8-SNAPSHOT
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
diff --git a/auth/sample/etc/org.osaaf.aaf.log4j.props b/auth/sample/etc/org.osaaf.aaf.log4j.props
index 3899fef8..a1f31475 100644
--- a/auth/sample/etc/org.osaaf.aaf.log4j.props
+++ b/auth/sample/etc/org.osaaf.aaf.log4j.props
@@ -44,8 +44,8 @@ log4j.appender.stdout.layout.ConversionPattern=%d %p [%c] %m %n
log4j.rootLogger=WARN.SRVR
log4j.logger.org.apache=WARN,SRVR
log4j.logger.com.datastax=WARN,SRVR
-log4j.logger.init=INFO,INIT
-log4j.logger.service=${LOGGING_LEVEL},SRVR
+log4j.logger.init=INFO,INIT,stdout
+log4j.logger.service=${LOGGING_LEVEL},SRVR,stdout
log4j.logger.audit=INFO,AUDIT
# Additional configs, not cauth with Root Logger
log4j.logger.io.netty=INFO,SRVR