lordgamez commented on code in PR #1621: URL: https://github.com/apache/nifi-minifi-cpp/pull/1621#discussion_r1283152758
########## conf/minifi-log.properties: ########## @@ -68,3 +68,6 @@ logger.org::apache::nifi::minifi=INFO,rolling ## Setting any of these to 0 disables the in-memory log compression. #compression.cached.log.max.size=8 MB #compression.compressed.log.max.size=8 MB + +## Maximum length of a MiNiFi log entry +#max.log.entry.length=1024 Review Comment: I would keep both options, added comment and accepting of "unlimited" value in 9133ea4134b5fc1c68c09c000211e69a0eebf2a0 -- 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]
