Added loggers

This commit is contained in:
algizn97
2025-08-27 12:55:43 +05:00
parent f822220c40
commit 91cfdbc37b

View File

@@ -90,5 +90,15 @@ LOGGING_CONFIG = {
"level": "DEBUG",
"propagate": False,
},
"bybit_ws": {
"handlers": ["console", "timed_rotating_file"],
"level": "DEBUG",
"propagate": False,
},
"tasks": {
"handlers": ["console", "timed_rotating_file"],
"level": "DEBUG",
"propagate": False,
},
},
}