...
Section | Parameter | Description | Default value | ||
---|---|---|---|---|---|
Serilog | MinimumLevel | Log level setting of the application.
| Information | ||
Serilog | fileSizeLimitBytes | Maximum size of a log file in bytes. If a file reaches the file size limit, the next log message is written into the next file. | 104857600 |
...