phrocker edited a comment on issue #596: MINIFICPP-925 - Fix TailFile hang on long lines URL: https://github.com/apache/nifi-minifi-cpp/pull/596#issuecomment-505161827 @bakaid There are multiple issues there. I'll read it a little closer later, but I'm adding this now as a point of reference. The preference for larger log statements is to use the LOG* variants `logging::LOG_DEBUG(logger_) << "Setting " << std::hex << max_work_queue_size << " as the max queue size for " << name; logging::LOG_DEBUG(logger_) << "Setting " << max_work_queue_size << " as the max queue size for " << name; ` Btw the 1 MB limitation is a NiFi holdover. In hindsight I wish we made the move away from the initial variant long ago, but we have to deprecate it first.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
