Feat/startup logging (#1333)

* turn down some logging

* add startup logging

* wip

* lint
This commit is contained in:
Dave Horton
2025-08-21 14:09:20 -04:00
committed by GitHub
parent 654ccd9d9d
commit db5f0a0dce
4 changed files with 99 additions and 2 deletions

View File

@@ -218,7 +218,7 @@ class TaskLlmUltravox_S2S extends Task {
async _onServerEvent(_ep, evt) {
let endConversation = false;
const type = evt.type;
this.logger.debug({evt}, 'TaskLlmUltravox_S2S:_onServerEvent');
//this.logger.debug({evt}, 'TaskLlmUltravox_S2S:_onServerEvent');
/* server errors of some sort */
if (type === 'error') {