SET LOG LEVEL

The SET LOG LEVEL command can be used in the startup command file. The command does not take effect immediately; an alternative is to configure the properties file.

Syntax

SET LOG LEVEL TO FATAL|ERROR|WARNING|INFORMATION|DEBUG;

Example

SET LOG LEVEL TO ERROR ;
go