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:
parent
6e0474b7ed
commit
1e5dd1b717
5 changed files with 77 additions and 45 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ env/
|
|||
*.ini
|
||||
__pycache__/
|
||||
.idea
|
||||
config/config.ini
|
||||
config/config.ini
|
||||
src/debug.log
|
Loading…
Add table
Add a link
Reference in a new issue