Spammy console output :)

Regarding spammy output, you might have a look at this (if not seen already):


At extension run time you can change the level by writing the log_level property of the RoonApi object

roon_api = new RoonApi({ });

roon_api.log_level = 'none';