From d971e684aad56f2b23154e9dd188e15941d55e1b Mon Sep 17 00:00:00 2001 From: Stas Medvedev Date: Tue, 11 Jun 2024 01:54:08 +0300 Subject: logs to stdout stream --- .gitignore | 3 ++- log_config.json | 5 ++--- 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 -- cgit v1.2.3