-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
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.applyandLevel.INFOlevel, but the documentation specified that it should be aLevel.NOTICElevel. - broken_config test validates that it has receive a log message with category
system.config.parseandLevel.INFOlevel, but the documentation specified that it should be aLevel.DEBUGlevel. - extra_config test has the same mismatches.
Metadata
Metadata
Assignees
Labels
No labels