Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added RotatingFileHandler and changed print statements to use logger #147

Open
wants to merge 20 commits into
base: core_refactoring
Choose a base branch
from

Conversation

isarvalley
Copy link

Last time I used CraftBeerPi for fermentation I wanted to take a look into the logfile after several days. At this point of time had the logfile a size of roughly 100MB. Which led me to this pull request to use a RotatingFileHandler and change the print statements to use the logger directly. From my experience the next steps have to be to log more often with the goal to make it more comprehensible what the app realy does. Otherwise it will be very hard to help people in case of an error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants