unna97 / audio-annonation

Django app that allows you to annotate audio.
MIT License
1 stars 1 forks source link

logging #19

Open arvaibhav opened 1 year ago

arvaibhav commented 1 year ago

Instead of leaving print function in repo we can use logging and let use only in debug mode not in production example.

logging.debug("This is a debug message") logging.warning("This is a warning message")