ConSol CM Logging and Log Files

This chapter discusses the following:

Introduction

Log files are the main information source for the administrator about the activities of the system and potential problems of the system. The administrator should have a look at the log files on a regular basis. There may be problems that do not appear on the user interface, but are reported in the log file.

Log Files

The location of the log files and the logging behavior can be configured in the respective .xml files:

Log File Types

The following log files are used:

Log File Structure

In the default configuration, log file entries have the following syntax:

Date Timestamp Loglevel [Logger] Message

Example for a log file entry (successful start of ConSol CM in JBoss):

2012-11-06 14:22:12,685 INFO [e.coyote.http11.Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080

The components of the message:

Simple messages, and those reporting a successful operation, often have only one line.

When errors are reported (log level ERROR), you might find stack traces in the logs. Please contact one of our ConSol CM consultants or our ConSol CM support team for help.