summaryrefslogtreecommitdiffstats
path: root/auth
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-11-10 08:35:36 -0600
committerInstrumental <jonathan.gathman@att.com>2018-11-10 08:35:40 -0600
commitfa61e479d8b5180c46a2bff5eaa1159c610bff60 (patch)
tree003b58ebb6a013a7310d4c35c1e1bbffdbaeec7d /auth
parent5677039c46e3514174f1bc299f5c8e6e8a568824 (diff)
Show Init in K8S logs
Issue-ID: AAF-624 Change-Id: I4f09d7dd6c166841f721140a605653f554e3be29 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth')
-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