muesli / beehive

A flexible event/agent & automation system with lots of bees 🐝
GNU Affero General Public License v3.0
6.3k stars 324 forks source link

pushover: do not print token to stdout #267

Closed rubiojr closed 5 years ago

rubiojr commented 5 years ago

mod.Logln(msg) will write the Pushover tokens to stdout, which isn't ideal if the logs are saved somewhere (when running from systemd for example).

Send the debug output to the debug log instead.