Hi Team,
I want to write all my apache nifi log from pod volume 'opt/nifi/logs' to nifi pod console only.
I tried to write some sed command to update the 'logback.xml' file and now log is not getting written to '/opt/nifi/logs' but in console log is getting stuck after approx 500 lines. last part of log are:
02:59:18,080 |-INFO in ch.qos.logback.core.model.processor.DefaultProcessor@11c20519 - End of configuration.
02:59:18,080 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@70beb599 - Registering current configuration as safe fallback point
Connected
Updating property(nifi.security.keystorePasswd) in /opt/nifi/conf/nifi.properties
Updating property(nifi.security.truststorePasswd) in /opt/nifi/conf/nifi.properties
Updating property(nifi.security.keystore) in /opt/nifi/conf/nifi.properties
Updating property(nifi.security.truststore) in /opt/nifi/conf/nifi.properties
Please help to get this resolve, so log will continue further.
Thanks in advance.