We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LogLevel
1 parent f702d9b commit baf9b77Copy full SHA for baf9b77
src/frequenz/sdk/config/_logging_actor.py
@@ -24,6 +24,7 @@
24
validate=marshmallow.validate.OneOf(choices=logging.getLevelNamesMapping())
25
),
26
]
27
+"""A marshmallow field for validating log levels."""
28
29
30
@dataclass
0 commit comments