SlangLab-NU / VoiceCollector

Apache License 2.0
1 stars 1 forks source link

Change print statements to logger statements #11

Open aanchan opened 1 year ago

aanchan commented 1 year ago

WWW Currently there are many print statements in the VoiceCollector code-base, these need to be converted to using the logger module. A couple of good resources for the logger module and how to configure it are here:

AC