Keep in mind that changing the log level affects any new messages that the server writes to the server log and that a higher log level affects the performance of the server. The following log levels are available:

Parameter

Description

Trace

Logs the most detailed log messages, typically only valuable to debug an issue.

Debug

Logs information that may be useful for debugging application errors.

Information

Logs information to track the general flow of the application.

Warning

Logs abnormal or unexpected events in the application flow.

Error

Logs application errors.

Critical

Logs unrecoverable application errors or system crashes.

None

No log messages are generated.