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.
1 parent fd25922 commit 8049b3dCopy full SHA for 8049b3d
smdebug/core/writer.py
@@ -88,6 +88,7 @@ def __init__(
88
self.flush_secs = flush_secs
89
self.verbose = verbose
90
self.write_checksum = write_checksum
91
+ self.logger = get_logger()
92
93
self._proto_writer = None
94
0 commit comments