Added loggers for models

This commit is contained in:
algizn97
2025-08-26 19:34:47 +05:00
parent 43e62fdeff
commit fd279f0562
2 changed files with 185 additions and 34 deletions

View File

@@ -85,5 +85,10 @@ LOGGING_CONFIG = {
"level": "DEBUG",
"propagate": False,
},
"models": {
"handlers": ["console", "timed_rotating_file"],
"level": "DEBUG",
"propagate": False,
},
},
}