Logging parameters
- Last UpdatedMar 12, 2025
- 1 minute read
- PI System
- Adapter for RDBMS 1.1
- Adapters
The following parameters are available for configuring logging:
|
Parameter |
Required |
Type |
Description |
|---|---|---|---|
|
LogLevel |
Optional |
reference |
The logLevel sets the minimum severity for messages to be included in the logs. Messages with a severity below the level set are not included. The log levels in their increasing order of severity are as follows: Trace, Debug, Information, Warning, Error, Critical, and None. Default log level: Information |
|
LogFileSizeLimitBytes |
Optional |
integer |
The maximum size (in bytes) of log files that the service will create for the component. The value must be a positive integer. Minimum value: 1000 |
|
LogFileCountLimit |
Optional |
integer |
The maximum number of log files that the service will create for the component. The value must be a positive integer. Minimum value: 1 |