You can change the log levels for Secure Email Gateway in Unified Access Gateway.
Prerequisites
Enable SSH on the Linux virtual machine, if not already enabled.
Procedure
- Connect to Unified Access Gateway Secure Email Gateway machine using Secure Shell.
- Edit the log configuration file for SEG using the command.
vi /opt/vmware/docker/seg/container/config/logback.xml
- Look for an appropriate logger for which you want to change the logging level. For example,
logger name="com.airwatch" groupKey="app.logger" level="error"
- Change the value of attribute
level
from error
to any levels such as warn,
Info
, Debug
.
- Save the file.
Results
The logging level change reflects in the logs.