mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
Update app/utils/logging.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ffccf8fda0
commit
63859e8305
@ -76,7 +76,7 @@ class AppStructLogger(metaclass=SingletonMetaNoArgs):
|
|||||||
_log_path = Path(f"{_log_date}_{os.getpid()}.log")
|
_log_path = Path(f"{_log_date}_{os.getpid()}.log")
|
||||||
_handler = RotatingFileHandler(
|
_handler = RotatingFileHandler(
|
||||||
filename=_log_path,
|
filename=_log_path,
|
||||||
maxBytes=1000,
|
maxBytes=10 * 1024 * 1024, # 10MB
|
||||||
backupCount=5,
|
backupCount=5,
|
||||||
encoding="utf-8"
|
encoding="utf-8"
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user