summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore3
-rw-r--r--log_config.json5
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index b889fda..ca5c542 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
venv
__pycache__
node_modules
-*.jpg \ No newline at end of file
+*.jpg
+*.log \ No newline at end of file
diff --git a/log_config.json b/log_config.json
index e7b8f08..3752055 100644
--- a/log_config.json
+++ b/log_config.json
@@ -48,10 +48,9 @@
},
"app.request": {
"handlers": [
- "request"
+ "request", "default"
],
- "level": "INFO",
- "propagate": false
+ "level": "INFO"
}
}
} \ No newline at end of file