NatureWhistle.Notifier.Console (nature_whistle v0.2.0)

Copy Markdown

Logs alerts to the console using Logger.warning.

This notifier is always available and does not require any configuration. It is used as the default when no :notifiers entry is provided.

Configuration

To use the console notifier explicitly, add to your config/config.exs:

config :nature_whistle, notifiers: [
  console: []   # options are ignored
]

Alerts appear as warning‑level log messages:

[warning] [NatureWhistle] 🚨 High memory: 1907 MB