phrocker commented 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. 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. 
   

----------------------------------------------------------------
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

Reply via email to