reduce verbosity of logging (#1145)

This commit is contained in:
Dave Horton
2025-04-09 15:36:58 -04:00
committed by GitHub
parent 77f0fc85a3
commit d310ba0ed1
4 changed files with 33 additions and 33 deletions

View File

@@ -137,7 +137,7 @@ class TtsTask extends Task {
throw new Error(`vendor ${vendor} is not supported for tts streaming yet`);
}
}
this.logger.info({vendor, credentials, obj}, 'setTtsStreamingChannelVars');
this.logger.debug({vendor, credentials, obj}, 'setTtsStreamingChannelVars');
await ep.set(obj);
}
@@ -231,7 +231,7 @@ class TtsTask extends Task {
//cs.currentTtsVendor = vendor;
if (!preCache && !this._disableTracing)
this.logger.info({vendor, language, voice, model: this.model}, 'TaskSay:exec');
this.logger.debug({vendor, language, voice, model: this.model}, 'TaskSay:exec');
try {
if (!credentials) {
writeAlerts({