diff --git a/configs/logback.xml b/configs/logback.xml deleted file mode 100644 index df5213e7..00000000 --- a/configs/logback.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - true - - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-app.log - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-app_%d{yyyy-MM-dd_HH}.%i.log - 100MB - - 30 - - true - - %date %level [%thread] %logger{40} %msg%n - - - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-user.log - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-user_%d.log - - 30 - - - %date %level [%thread] %logger{40} %msg%n - - - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-bootstrap.log - - - ${org.apache.nifi.bootstrap.config.log.dir}/nifi-bootstrap_%d.log - - 5 - - - %date %level [%thread] %logger{40} %msg%n - - - - - - %date %level [%thread] %logger{40} %msg%n - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/templates/statefulset.yaml b/templates/statefulset.yaml index 700b4738..df8b11a3 100644 --- a/templates/statefulset.yaml +++ b/templates/statefulset.yaml @@ -375,9 +375,6 @@ spec: - name: "bootstrap-notification-services-xml" mountPath: /opt/nifi/nifi-current/conf/bootstrap-notification-services.xml subPath: "bootstrap-notification-services.xml" - - name: "logback-xml" - mountPath: /opt/nifi/nifi-current/conf/logback.xml - subPath: "logback.xml" - name: "login-identity-providers-xml" mountPath: /opt/nifi/nifi-current/conf/login-identity-providers.xml subPath: "login-identity-providers.xml" @@ -480,12 +477,6 @@ spec: items: - key: "bootstrap-notification-services.xml" path: "bootstrap-notification-services.xml" - - name: "logback-xml" - configMap: - name: {{ template "apache-nifi.fullname" . }}-config - items: - - key: "logback.xml" - path: "logback.xml" - name: "login-identity-providers-xml" configMap: name: {{ template "apache-nifi.fullname" . }}-config