Skip to content

Commit 63b2422

Browse files
committed
Log dir into default config
1 parent 5164a52 commit 63b2422

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.venv
2-
static/video
2+
hackyplayer/static/video
33
__pycache__
44
temp
55
config_local.py
66
logs/
77
input/
8-
static/swaggerui
8+
hackyplayer/static/swaggerui
99
result*

hackyplayer/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"result_backend": "redis://localhost",
3535
"task_ignore_result": False,
3636
},
37+
"LOG_DIR": pathlib.Path("logs")
3738
}
3839

3940
def celery_init_app(app):

0 commit comments

Comments
 (0)