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 a99a0e7 commit ffccf8fCopy full SHA for ffccf8f
app/utils/logging.py
@@ -10,6 +10,7 @@
10
11
from app.utils.singleton import SingletonMetaNoArgs
12
13
+
14
class RotatingBytesLogger:
15
"""Logger that respects RotatingFileHandler's rotation capabilities."""
16
@@ -94,4 +95,4 @@ def __attrs_post_init__(self):
94
95
self._logger = structlog.get_logger()
96
97
def get_logger(self) -> structlog.BoundLogger:
- return self._logger
98
+ return self._logger
0 commit comments