|
| ZCS Administrator Guide 7.2.1 |
| Open Source Edition |
The logging level is set by default to include logs that are generated for INFO, WARNING, ERROR and FATAL. When problems start to occur, you can turn on the DEBUG or TRACE log levels.When enabling DEBUG, you can specify a specific category to debug. For example, to see debug details for POP activity, you would type logger.zimbra.pop=DEBUG.
Startup/shutdown and other system messages Table zimbra Logging Levels
SNMP Trap? The FATAL level designates very severe error events that will lead the application to abort or impact a large number of users. For example, being unable to contact the MySQL database. The ERROR level designates error events that might still allow the application to continue running or impact a single user. For example, a single mailbox having a corrupt index or being unable to delete a message from a mailbox. The WARN level designates potentially harmful situations but are usually recoverable or can be ignored. For example, user log in failed. The INFO level designates information messages that highlights the progress of the application, basic transaction-level logging. For example, server start-ups, mailbox creation/deletion, account creation. Events that would generally be useful to help a customer debug problems.