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.
2 parents 1715f46 + d946d1e commit 7b81745Copy full SHA for 7b81745
1 file changed
src/daqpytools/logging/handlers.py
@@ -191,7 +191,7 @@ class ERSPyLogHandlerConf:
191
are not yet supported.
192
"""
193
handlers: list = field(default_factory = lambda: [])
194
- protobufconf: ProtobufConf = field(default_factory = lambda: ProtobufConf())
+ protobufconf: ProtobufConf = field(default_factory = lambda: None)
195
196
@dataclass
197
class LogHandlerConf:
0 commit comments