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

View file

@ -9,3 +9,5 @@ minimum_points = 50
max_entries = 900
# time left in minutes of a giveaway for it to be considered
max_time_left = 180
# the minimum point value for a giveaway to be considered
minimum_game_points = 5