vaultMonitorOptions top-level property

List<Option> vaultMonitorOptions
final

Implementation

final List<Option> vaultMonitorOptions = [

  Option(
    name: '-log-level',
    description: 'If passed, the log level to monitor logs. Supported values(in order of detail) are \'trace\', \'debug\', \'info\', \'warn\' and \'error\'. These are not case sensitive. The default is info',
    args: [
      Arg(
      name: 'string',
      suggestions: [

        FigSuggestion(name: 'info'),
        FigSuggestion(name: 'trace'),
        FigSuggestion(name: 'debug'),
        FigSuggestion(name: 'warn'),
        FigSuggestion(name: 'error')
      ],
      defaultValue: 'info'
    )
    ],
    priority: 38
  )
];