LostLightProjects / jellyfin-skill

Fork of Emby skill for playing songs from Jellyfin
GNU General Public License v2.0
7 stars 5 forks source link

jellyfin_croft: use self.log instead of logging #4

Closed meonkeys closed 2 years ago

meonkeys commented 2 years ago

This ensures consistently labeled log messages in skills.log.

I mapped log severity level 20 to INFO.

Test platform: Raspberry Pi 3B running picroft running mycroft-core 21.2.2. Audio hardware: Jabra Speak 410 USB speaker+mic.

Before:

2022-03-30 11:46:39.674 | INFO     |   664 | root | Found intent in common phrase: song

After:

2022-03-30 11:46:39.674 | INFO     |   664 | jellyfin-skill_ghostbuster84.jellyfin_croft | Found intent in common phrase: song
ghostbuster84 commented 2 years ago

It's been merged, thank you for the help!