develop #3

Open
Alex wants to merge 77 commits from Alex/stcs:develop into stable
37 changed files with 3173 additions and 607 deletions
Showing only changes of commit 91cfdbc37b - Show all commits

View File

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