exceptionfactory commented on PR #6300: URL: https://github.com/apache/nifi/pull/6300#issuecomment-1223307611
Thanks for the feedback regarding the Logback configuration @greyp9! I updated the Logback configuration to set `additivity="false"` for the `deprecation` logger to avoid duplicating messages in `nifi-app.log`. I also updated the `DEPRECATION_FILE` appender to set a maximum file size of 10 MB and a maximum history of 10. Although the log could produce many duplicate messages, this configuration limits the amount of space that could be consumed in the default configuration. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
