w-a-r-m-inventory-system/Food-Pantry-Inventory

Create logging filter to suppress the autoreload messages

Closed this issue · 2 comments

The project now displays logging messages to the console. Unfortunately, the messages we want to see are drowned out by all the filewatcher messages. We need to add a filter to the logging settings in settings.py to strip those messages from the console.

Workaround is to set logging to INFO rather than DEBUG in the log configuration in settings.py.

This has been done so this issue can be closed.