Added
- Streak, Home, and Away stats to
team_stats
for more comprehensive team statistics.
Changed
-
Removed hard-coded logging statements. You can now control the logging level by setting the
LOG_LEVEL
environment variable. For example, you can set the log level toDEBUG
with:export LOG_LEVEL=DEBUG