rmannibucau commented on issue #8321:
URL: https://github.com/apache/hop/issues/8321#issuecomment-5661842847

   > We will always have the 2 paths, we need to be able to split concurrent 
executions in the UI/hop-server.
   
   @hansva not sure I get it right, there is already a huge win by putting env 
specific features behind the logging framework in common code (transforms, 
actions for ex) since UI/server are just one flavor (you don't care if you do 
use beam or spark or plain standalone for ex to be explicit) so this must not 
be the default IMHO.
   ACK the UI/server will always need a custom buffer but pushing it behind the 
appender is saner IMHO.
   
   side note: ideally these two should grab it from log collector for prod env 
(ack it is simpler in dev env to use a buffer without a 3rd party) so this 
converge to make it an instrumentation of the env and not a first citizen in 
terms of API from my window


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

Reply via email to