Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Section

Parameter

Description

Default value

Serilog

MinimumLevel

Log level setting of the application.

Note
Only increase the log level temporarily when you are doing troubleshooting. Leaving the log level on Debug/Verbose level can have an adverse effect on system performance which could lead to data loss in critical situations.

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

...