Skip to content

Log level mismatch between documentation and Sequencer tool #386

Description

@DollyGodet

In the documentation, it is specified that the level of a log message with category system.config.receive should be Level.DEBUG.

In the Sequencer tool (com.google.daq.mqtt.validator.validations.ConfigValidator#broken_config), broken_config test validates that it received a log message with a system.config.receive category and a Level.INFO level. This does not match the documentation.

There is other similar mismatches :

  • broken_config test validates that it received a log message with category system.config.apply and Level.INFO level, but the documentation specified that it should be a Level.NOTICE level.
  • broken_config test validates that it has receive a log message with category system.config.parse and Level.INFO level, but the documentation specified that it should be a Level.DEBUG level.
  • extra_config test has the same mismatches.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions