mattcasters commented on issue #8321: URL: https://github.com/apache/hop/issues/8321#issuecomment-5654134801
It's all fine as long as people realize that the logging back-ends run asynchronously with what we're logging in pipelines and workflows. In other words, when work finishes there is a fair chance that it takes a while before the logging details land somewhere. That is the core reason why the Hop API contains its own logging back-end. It needs to be able to grab the logging lines when work is done and be certain that it has it in its entirety. Any other logging framework should aim to be secondary to that to avoid inventing the same "incomplete logging" issue as what we once had. -- 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]
