thomasmey opened a new pull request, #539: URL: https://github.com/apache/tomcat/pull/539
Hi, this adds a AccessLogValve which logs to stderr in JSON format. sadly the existing code is very entagled in this regards, that the AccessLogElement does cover two functions: formatting and value fetching. I tricked the existing code to output JSON by try to re-use most existing code/functions. The result doesn't look to bad, but I'm happy to receive some feedback. I also left in some comments for questions and ideas that came to my mind while coding. Happy to hear your feedback. -- 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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org