freakent / node-red-contrib-sunevents

A node for node-red that generates events based on the position of the Sun at the appropriate time of day.
Apache License 2.0
15 stars 13 forks source link

Reduce event logging #8

Closed kuema closed 3 years ago

kuema commented 4 years ago

Hi,

first, thanks for this node! I've been using it for ages now. 😄

Would it be possible to reduce this log output to debug or use the "Log event calculations?" flag? It can get quite noisy and I can't see the benefit of logging this during normal operation.

https://github.com/freakent/node-red-contrib-sunevents/blob/be719ec272c6bf27d8efb82b3a48ff72f212ba8d/sunevents-node.js#L57

freakent commented 4 years ago

Thanks for the feedback! Yes, now that the timezone issue has been resolved I can do something about reducing the amount of debug info that is output. Watch this space.

freakent commented 3 years ago

Removed all that logging.