bneradt commented on issue #8955: URL: https://github.com/apache/trafficserver/issues/8955#issuecomment-1181911265
That is interesting. Thank you for the detailed explanation. We (Yahoo) have properties that run with stderr logging and we haven't had anyone report seeing the logging stall. We should be able to get this to work, therefore. Since this happens so quickly, I suggest enabling the `log` debug tag and monitor it for a few minutes until logging stops. Then see whether those debug logs provide any clues about what is going wrong: ```plain CONFIG proxy.config.diags.debug.enabled INT 3 CONFIG proxy.config.diags.debug.tags STRING log ``` **Note:** Use `3` for the `debug.enabled` log, it is much more efficient than `1`. After you collect the information you need, you'll likely want to disable debug logging so it doesn't impact production traffic. -- 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: issues-unsubscr...@trafficserver.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org