We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607a9f5 commit 5d1a579Copy full SHA for 5d1a579
config.py
@@ -1,6 +1,6 @@
1
config = {
2
"host": "0.0.0.0",
3
"port": 8080,
4
- "log_file": "app.log",
+ "log_file": "logs/app.log",
5
"log_level": "INFO"
6
}
0 commit comments