philicious commented on issue #23866: URL: https://github.com/apache/superset/issues/23866#issuecomment-1533114117
@SaTae66 ah, thanks for the hint that logs bubble up to gunicorn. No idea why it does that. here a fix is mentioned that https://github.com/benoitc/gunicorn/issues/2496#issuecomment-1019783818 however adding files is non-trivial when using helm unless you build your own superset image :/ PS: I tried a simpler approach than your suggestion by setting env `ERROR_LOG_FILE: "/dev/null"` but it doesnt work although the duplicate logs originate from stderr. (It does work tho for `ACCESS_LOG_FILE: "/dev/null" which I already use). both env vars, along others, are used in https://github.com/apache/superset/blob/master/docker/run-server.sh which is located in /usr/bin in the image then. -- 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]
