How to Enable Extra Logging in the Configuration?

Logging supports different log levels to have the desired granularity. Default logging is set to Information.

This can be configured using the appsettings.json file from the configurations directory (on Linux systems, that means /etc/mdss/configurations).

Javascript
Copy

To change log level adjust MinimumLevel.Default with the following:

  • Debug
  • Information
  • Warning
  • Error
  • Fatal

On Linux MinimumLevel.Default can be changed during running.

On Windows a restart is required for any change

Default maximum size of a log file is 500Mb which can be adjust by changing fileSizeLimitBytes

Rolling interval is configured to be daily by the rollingIntervalor on file size limit rollOnFileSizeLimit: true

Default retained files limit is set to 10 by retainedFileCountLimit

Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard