Logging in HCL OneDB Explore

This topic provides a brief tutorial on logging in HCL OneDB™ Explore.

The HCL OneDB Explore server and agent use the logback library for logging. By default, the HCL OneDB Explore server and agent will log messages at INFO level to an onedb-explore-server.log file and an onedb-explore-agent.log file respectively.

You can customize the logging behavior by providing a server-logback.xml file in the current directory or classpath when starting the HCL OneDB Explore server or a agent-logback.xml file in the current directory or classpath when starting the HCL OneDB Explore agent. Use these logback configuration files to change the logging level (ERROR, WARN, INFO, or DEBUG), change the log file location, or enable rolling window logging. For more information, see the logback documentation.

Sample logback configuration files are provided in $INFOMRIXDIR/explore/server-logback.xml and $INFORMIXDIR/explore/agent-logback.xml.