Getting started Community Training Tutorials Documentation APIs, AI & Tools
apiVersion: gateway.mulesoft.com/v1alpha1
kind: Configuration
metadata:
name: logging-config
spec:
logging:
runtimeLogs:
logLevel: debug
Using Debug Logs
Using Debug Logs
When troubleshooting Omni Gateway, set the runtime log level to debug for more verbose runtime logs.
This page explains how to configure debug runtime logs. To configure debug access logs, set the level parameter in your Message Logging policy to DEBUG.
For both Connected Mode and Local Mode, configure debug runtime logs using the following YAML configuration file:
apiVersion: gateway.mulesoft.com/v1alpha1
kind: Configuration
metadata:
name: logging-config
spec:
logging:
runtimeLogs:
logLevel: debug
To configure debug runtime logs, use the previous YAML configuration file when prompted for your configuration details in the following tutorials:
If you have already configured a logging configuration file, set logging.runtimeLogs.logLevel to debug in you current file to enable debug runtime logs. This does not affect the log output location or access logs.