MyNixOS website logo
option

services.victorialogs.extraOptions

Extra options to pass to VictoriaLogs. See victoria-logs -help for possible options.

Declarations
Type
list of string
Default
[ ]
Example
[
  "-httpAuth.username=username"
  "-httpAuth.password=file:///abs/path/to/file"
  "-loggerLevel=WARN"
]