Re: [Geoserver-users] JSON Logging

2024-06-10 Thread GoutisD
Greetings, You could also use the Tomcat OTEL agent. I did some PoC and seemed to work fine. You can find tutorials from specific platforms, but the OTEL agent works with all compliant ones. https://uptrace.dev/get/monitor/opentelemetry-tomcat.html https://signoz.io/opentelemetry/tomcat/ Availab

Re: [Geoserver-users] JSON Logging

2024-06-07 Thread Jody Garnett
GeoServer uses log4j2 - so yes you can define a logging profile (added to GEOSERVER_DATA_DIR/logs and select it in global settings. A wide range of logging options are available including json: - https://logging.apache.org/log4j/2.x/manual/json-template-layout.html (recommended) - Ther