Supergiovane / node-red-contrib-tts-ultimate

This node transforms a text into a speech audio. You can hear the voice natively through Sonos or external players.
MIT License
22 stars 5 forks source link

Disable log entries #81

Closed Graefer closed 6 months ago

Graefer commented 6 months ago

Hi, using version 2.0.5. The NodeRed log shows lots of infos, that hailing was disabled which is IMHO irrelevant and makes the log a bit confusing. Was it possible to (optionally) disable those log entries? BTW: What is the function of the ‚disable‘ button next to the hailing preferences in the configuration window? Gracie Graefer

Supergiovane commented 6 months ago

Hi Graefe About "disable" button, it's actually "delete". You can delete any hailing you want. A little bit lower, there is an "upload hail" button, to upload a new hail.

Node-RED___192_168_1_16

About log: Many logs you see, are coming from the proprietary TTS library. There is currently no options to fully silence the logs, but the majority of te logging, happens during node-red boot, so not a big issue in the long run!

Supergiovane commented 6 months ago

PS: the node uses the native RED.log library for logging. You can silence the logs directly in the node-red settings.

Supergiovane commented 6 months ago

Here the direct Link for setting the loglevel. https://nodered.org/docs/user-guide/runtime/logging If you've any other questions, just ask.