loglevel
While executing a USE script, various messages are written to a logfile. The loglevel
option determines the amount of detail recorded in that logfile.
Syntax
loglevel
loglevel
Details
The table below shows the valid values for the loglevel argument. Either the numeric level or the label can be specified. If the label is used then it must be specified in CAPITAL LETTERS.
The log levels are cumulative, in that higher log-level values include lower level messages. For example, a level of INFO
will cause FATAL
, ERROR
, WARN
and INFO
level messages to be written to the log.
Level | Label | Meaning |
|
| Extended debugging information |
|
| Debugging information |
|
| Standard informational messages |
|
| Warnings and non-fatal errors |
|
| Run-time errors |
|
| Non-recoverable errors |
The loglevel
statement takes immediate effect and may be used multiple times within a USE script in order to increase or decrease the logging level at any time.
Last updated