Skip to content

Commit baf9b77

Browse files
committed
Add missing docstring for LogLevel
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent f702d9b commit baf9b77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frequenz/sdk/config/_logging_actor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
validate=marshmallow.validate.OneOf(choices=logging.getLevelNamesMapping())
2525
),
2626
]
27+
"""A marshmallow field for validating log levels."""
2728

2829

2930
@dataclass

0 commit comments

Comments
 (0)