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
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue