fix(logging): suppress mpv connect-request info log spam

This commit is contained in:
2026-02-20 20:45:33 -08:00
parent e1338113b5
commit 1c424b4a0b
6 changed files with 126 additions and 2 deletions

View File

@@ -248,7 +248,7 @@ export class MpvIpcClient implements MpvClient {
return;
}
logger.info('MPV IPC connect requested.');
logger.debug('MPV IPC connect requested.');
this.connecting = true;
this.transport.connect();
}