The {modulename} module parses error logs created by MSSQL.
The following example shows how to set paths in the modules.d/{modulename}.yml file to override the default paths for Træfik logs:
- module: mssql
access:
enabled: true
var.paths: ["/var/opt/mssql/log/error*"]
To specify the same settings at the command line, you use:
-M "mssql.access.var.paths=[/var/opt/mssql/log/error*]"
For a description of each field in the module, see the exported fields section.