Commit 46be0747 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

disable file logging

parent 5b28892d
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -191,15 +191,15 @@ LOGGING = {
            "class": "logging.StreamHandler",
            "formatter": "console",
        },
        "file": {
            "level": "DEBUG",
            "class": "logging.FileHandler",
            "formatter": "file",
            "filename": JAMA_LOG_FILE,
        },
        #"file": {
        #    "level": "DEBUG",
        #    "class": "logging.FileHandler",
        #    "formatter": "file",
        #    "filename": JAMA_LOG_FILE,
        #},
    },
    "loggers": {
        "": {"level": "INFO", "handlers": ["console"]},
        "rpc.sql": {"level": "DEBUG", "handlers": ["file"]},
        #"rpc.sql": {"level": "DEBUG", "handlers": ["file"]},
    },
}