ioBroker / ioBroker.node-red

Instantiate the server with node-red
Apache License 2.0
52 stars 29 forks source link

regex Informative log message fills the log window #389

Closed dilmash closed 10 months ago

dilmash commented 1 year ago

The message {node.id}: process list using regex ... in module iobroker.js line 987 often appears unnecessarily in the IOBroker log window. This message could perhaps be changed to:

adapter.log.debug(`${node.id}: process list using regex ${regex.toString()}`) 

so that it is only issued when "debug" log level is selected

Apollon77 commented 1 year ago

PRs welcome :-)