We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c908aea commit c9ee97cCopy full SHA for c9ee97c
src/backend/sources/YTMusicSource.ts
@@ -139,9 +139,9 @@ export default class YTMusicSource extends AbstractSource {
139
for(const [k,v] of updated) {
140
parts.push(`Cookie ${k}: Old => ${v.old} | New => ${v.new}`);
141
}
142
- this.logger.debug(`Updated Auth -->\n${parts.join('\n')}`);
+ this.logger.info(`Updated Auth -->\n${parts.join('\n')}`);
143
} else {
144
- this.logger.debug(`Updated Auth`);
+ this.logger.verbose(`Updated Auth`);
145
146
147
this.currentCreds = {
0 commit comments