moehmeni / syncedlyrics

Get an LRC format (synchronized) lyrics for your music
MIT License
188 stars 18 forks source link

use module level based logger instead of root logger #4

Closed xnetcat closed 1 year ago

xnetcat commented 1 year ago

Check commilogging.info creates new root logger if one doesn't exist. This commit uses module level logger instead of the root logger to log messages. This is the common practice used in most libraries, and intended behavior when using a library