clintropolis commented on pull request #10147: URL: https://github.com/apache/druid/pull/10147#issuecomment-987060603
this PR breaks standalone task logs that get pushed to deep storage in the "out of the box" configuration. Adding a `log4j2.xml` file in the middle manager conf directory resolves the issue, but the middle-managers own logs no longer end up redirected to the file, which is ugly when running the quickstart configs. I'm not sure the best way to resolve this, since i guess only the middle manager should be redirecting console output to the log file, since the others are controlled by log4j2.xml. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
