Skip to contents

Send log messages to ntfy

Usage

appender_ntfy(title = "{logger}", tags = c("memo"), ...)

Arguments

title

notification title

tags

emoji (or general tag) for notification. See ntfy::emoji

...

extra parameters passed to ntfy::ntfy_send such as priority, topic, etc.

Details

Configure server and topic via environment variables. See ntfy::ntfy_topic() for details

Note

This functionality depends on the ntfy package.