You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/06/24 20:14:22 UTC

[GitHub] [nifi-minifi-cpp] phrocker edited a comment on issue #596: MINIFICPP-925 - Fix TailFile hang on long lines

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. 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services