Root level change to INFO.
Result should be more logs in STDOUT.
Issue-ID: OOM-2514
Signed-off-by: Dominik Mizyn <d.mizyn@partner.samsung.com>
Change-Id: Ie64f0aff59a732f4a798e0a27d7ae18e38dfe2e2
[Add VM_ARGS define to point to the right logback file]
Suggested-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Krishna Moorthy <krishna.moorthy6@wipro.com>
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
-<included>
+<configuration>
        <jmxConfigurator />
        <!-- Example evaluator filter applied against console appender -->
 <property name="p_tim" value="%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}"/>
        </logger>
        <!-- logback jms appenders & loggers definition ends here -->
 
-       <root level="DEBUG">
+       <root level="INFO">
                <appender-ref ref="DEBUG" />
                <appender-ref ref="STDOUT" />
        </root>
-</included>
+</configuration>
 
 
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cmso-aaf-creds" "key" "login") | indent 10}}
         - name: AAF_PASSWORD
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cmso-aaf-creds" "key" "password") | indent 10}}
+        - name: VM_ARGS
+          value: "-Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/share/etc/config"
         command:
         - /bin/sh
         args:
 
   enabled: true
 
 # application image
-image: onap/optf-cmso-optimizer:2.3.2
+image: onap/optf-cmso-optimizer:2.3.3
 pullPolicy: Always
 
 #init container image
 dbinit:
-  image: onap/optf-cmso-dbinit:2.3.2
+  image: onap/optf-cmso-dbinit:2.3.3
 
 # flag to enable debugging - application support required
 debugEnabled: false
 
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
-<included>
+<configuration>
        <jmxConfigurator />
        <!-- Example evaluator filter applied against console appender -->
 <property name="p_tim" value="%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}"/>
        </logger>
        <!-- logback jms appenders & loggers definition ends here -->
 
-       <root level="DEBUG">
+       <root level="INFO">
                <appender-ref ref="DEBUG" />
                <appender-ref ref="STDOUT" />
        </root>
-</included>
+</configuration>
 
 
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cmso-aaf-creds" "key" "login") | indent 10}}
         - name: AAF_PASSWORD
           {{- include "common.secret.envFromSecretFast" (dict "global" . "uid" "cmso-aaf-creds" "key" "password") | indent 10}}
+        - name: VM_ARGS
+          value: "-Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/share/etc/config"
         command:
         - /bin/sh
         args:
 
   enabled: true
 
 # application image
-image: onap/optf-cmso-service:2.3.2
-robotimage: onap/optf-cmso-robot:2.3.2
+image: onap/optf-cmso-service:2.3.3
+robotimage: onap/optf-cmso-robot:2.3.3
 pullPolicy: Always
 
 #init container image
 dbinit:
-  image: onap/optf-cmso-dbinit:2.3.2
+  image: onap/optf-cmso-dbinit:2.3.3
 
 # flag to enable debugging - application support required
 debugEnabled: false
 
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
-<included>
+<configuration>
        <jmxConfigurator />
        <!-- Example evaluator filter applied against console appender -->
 <property name="p_tim" value="%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}"/>
        </logger>
        <!-- logback jms appenders & loggers definition ends here -->
 
-       <root level="DEBUG">
+       <root level="INFO">
                <appender-ref ref="DEBUG" />
                <appender-ref ref="STDOUT" />
        </root>
-</included>
+</configuration>
 
 
           value: {{ .Values.global.truststorePassword }}
         - name: AUTHENTICATION
           value: proprietary-auth
+        - name: VM_ARGS
+          value: "-Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/share/etc/config"
         command:
         - /bin/sh
         args:
 
   enabled: true
 
 # application image
-image: onap/optf-cmso-ticketmgt:2.3.2
+image: onap/optf-cmso-ticketmgt:2.3.3
 pullPolicy: Always
 
 
 
 # See the License for the specific language governing permissions and
 # limitations under the License.
 -->
-<included>
+<configuration>
        <jmxConfigurator />
        <!-- Example evaluator filter applied against console appender -->
 <property name="p_tim" value="%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC}"/>
        </logger>
        <!-- logback jms appenders & loggers definition ends here -->
 
-       <root level="DEBUG">
+       <root level="INFO">
                <appender-ref ref="DEBUG" />
                <appender-ref ref="STDOUT" />
        </root>
-</included>
+</configuration>
 
 
           value: {{ .Values.global.truststorePassword }}
         - name: AUTHENTICATION
           value: {{ .Values.global.authentication }}
+        - name: VM_ARGS
+          value: "-Dcom.att.eelf.logging.file=logback.xml -Dcom.att.eelf.logging.path=/share/etc/config"
         command:
         - /bin/sh
         args:
 
   enabled: true
 
 # application image
-image: onap/optf-cmso-topology:2.3.2
+image: onap/optf-cmso-topology:2.3.3
 pullPolicy: Always