min cost and logging

- added ability to have a minimum point cost so that we can filter games like 1P out
 - updated logging to log INFO to stdout and DEBUG to a debug.log file which gets rotated
This commit is contained in:
mcinj 2022-04-24 09:34:03 -04:00
parent 6e0474b7ed
commit 1e5dd1b717
5 changed files with 77 additions and 45 deletions

3
.gitignore vendored
View file

@ -2,4 +2,5 @@ env/
*.ini
__pycache__/
.idea
config/config.ini
config/config.ini
src/debug.log