Use husky for pre-commit hook
This commit is contained in:
@@ -36,11 +36,13 @@ SESSION_SERIALIZER = "django.contrib.sessions.serializers.PickleSerializer"
|
||||
LOGGERLEVEL = logging.DEBUG
|
||||
LOGPATH = os.path.join(BASE_DIR, "logs", "debug.log")
|
||||
|
||||
|
||||
def disable_pyexcel_logs(record):
|
||||
if record.module in ["loader", "utils", "source_plugin", "plugin"]:
|
||||
return False
|
||||
return True
|
||||
|
||||
|
||||
LOGGING = {
|
||||
"version": 1,
|
||||
"disable_existing_loggers": False,
|
||||
|
||||
Reference in New Issue
Block a user