mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
wip: async logging
This commit is contained in:
@@ -66,7 +66,7 @@ class RotatingBytesLoggerFactory:
|
||||
return RotatingBytesLogger(self.handler)
|
||||
|
||||
|
||||
@define(slots=True)
|
||||
@define
|
||||
class AppStructLogger(metaclass=SingletonMetaNoArgs):
|
||||
_logger: structlog.BoundLogger = field(init=False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user