KorryKatti / Python-Image-Board

Imageboard with no text only images
http://korrykatti.pythonanywhere.com/
5 stars 5 forks source link

Added Centralized error management using logging in main.py #7

Closed kanchanraiii closed 5 hours ago

kanchanraiii commented 6 hours ago

I have used logging module in python to add a centralized error mangemnet system. Instead of printing error messages to the console, a logging system to capture these events for better debugging and monitoring.

KorryKatti commented 5 hours ago

looks good to me , thanks for the PR