Standard logging levels
- Last UpdatedJan 04, 2023
- 1 minute read
- PI System
- PI SQL Client JDBC 2021
- Developer
The following standard logging levels can be used to control logging output. If you enable logging at a given level, this also enables logging at all higher levels. For example, if you enable logging at level 2, levels 0 and 1 are also enabled.
Standard logging levels
|
Logging Level |
Value |
Description |
|---|---|---|
|
(highest level) |
0 |
Logs internal errors. |
|
|
1 |
Logs bad but not fatal internal conditions. |
|
|
2 |
Logs infrequent but significant events and errors. It produces a relatively low volume of log messages. |
|
|
3 |
Logs the entry and exit to every public method providing a detailed trace of JDBC operations. It produces a fairly high volume of log messages. |
|
|
4 |
Logs calls to internal methods. |
|
(lowest level) |
5 |
Logs calls to high-volume internal methods. |