Skip to content

Commit 5d1a579

Browse files
committed
Update config.py
1 parent 607a9f5 commit 5d1a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config = {
22
"host": "0.0.0.0",
33
"port": 8080,
4-
"log_file": "app.log",
4+
"log_file": "logs/app.log",
55
"log_level": "INFO"
66
}

0 commit comments

Comments
 (0)