From: Instrumental Date: Sat, 10 Nov 2018 14:35:36 +0000 (-0600) Subject: Show Init in K8S logs X-Git-Tag: 2.1.8~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F72368%2F1;p=aaf%2Fauthz.git Show Init in K8S logs Issue-ID: AAF-624 Change-Id: I4f09d7dd6c166841f721140a605653f554e3be29 Signed-off-by: Instrumental --- 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