Spring Boot logging properties
OMEGAMON® Data Connect uses the Spring Boot Java™ framework. The logging key sets Spring Boot logging properties.
To control the logging level for OMEGAMON Data Connect, set the
logging.level.com.rocketsoft
property value:
logging:
level:
com:
rocketsoft: <level>
Allowed values for <level>
, from lowest to highest logging
level: ERROR
(lowest), WARN
, INFO
(default),
DEBUG
, TRACE
(highest).
For details of logging levels and their meanings, see the Spring Boot documentation.
Example: Set the logging level in the configuration file
Set the logging.level.com.rocketsoft
property value in the YAML configuration
file, connect.yaml.
logging:
level:
com:
rocketsoft: INFO
Example: Set the logging level in the z/OS® JCL procedure
If you use the supplied sample KAYCONN JCL procedure to run OMEGAMON Data Connect, you can set the logging level by setting the value of
the LOGLEVEL
symbolic parameter in the procedure JCL:
// SET LOGLEVEL='ERROR'