Commit graph

8 commits

Author SHA1 Message Date
mcinj
a101447eeb reorganization
- Had to reorganize so that Alembic's env.py could reference the tables in both local environment and a docker environment without manually modifying the python sys path. Maybe there is a better way idk
2022-05-20 12:20:08 -04:00
mcinj
54054b4f6d docker. basic auth. 2022-05-14 00:47:15 -04:00
mcinj
6a1c7a36d8 changing log level 2022-05-13 22:33:10 -04:00
mcinj
d250ed48b5 log just info to info.log 2022-05-13 12:34:56 -04:00
mcinj
3d3752de22 on-win notification
- added notifications when a won giveaway is detected
 - a notification will only be sent once a day
2022-05-08 21:55:09 -04:00
mcinj
4b8a9fe7b7 Store the debug log file in the config folder.
- Storing in the config folder allows easy access when running via docker.
 - Small log output change
2022-04-24 12:11:19 -04:00
mcinj
1e5dd1b717 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
2022-04-24 09:34:03 -04:00
mcinj
1cbe40c8c8 removed cli and added filtering 2022-04-23 15:00:22 -04:00