wip: async logging

This commit is contained in:
grillazz
2025-07-26 19:25:46 +02:00
parent 6ec8a3ce0a
commit a99a0e780b
9 changed files with 12 additions and 12 deletions

View File

@@ -66,7 +66,7 @@ class RotatingBytesLoggerFactory:
return RotatingBytesLogger(self.handler)
@define(slots=True)
@define
class AppStructLogger(metaclass=SingletonMetaNoArgs):
_logger: structlog.BoundLogger = field(init=False)