fgerlits commented on code in PR #1621: URL: https://github.com/apache/nifi-minifi-cpp/pull/1621#discussion_r1281771026
########## 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 add ", use -1 for unlimited" to the comment. Also, I don't insist, but I think "=unlimited" would be better than "=-1". -- 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]
