develop #3

Open
Alex wants to merge 77 commits from Alex/stcs:develop into stable
35 changed files with 2302 additions and 491 deletions
Showing only changes of commit 61979653e0 - Show all commits

View File

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