1
0
Fork 0

Send file logs to log/ directory

This commit is contained in:
gg1234 2023-09-23 22:36:29 -07:00
parent b4db615f8d
commit fc2404f856
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -32,6 +32,7 @@ sql/fix-conflict.log
# Debug
debug*
log/*
# LSP
.vscode

View File

@ -16,7 +16,7 @@ WN=/home/anon/src/vern.cc/gg/WeatherNews.jl
# fix the schedule if necessary 20 minutes into each show
# m h dom mon dow command
20 13,16,19,22,01,04 * * * cd $WN && julia --project -O0 --compile=min bin/wndb-fix-conflict.jl >> sql/fix-conflict.log 2>&1
20 13,16,19,22,01,04 * * * cd $WN && julia --project -O0 --compile=min bin/wndb-fix-conflict.jl >> log/fix-conflict.log 2>&1
# record video id hourly; extra ones are for redundancy in case first failed
# m h dom mon dow command