freebsd-ports/devel/p5-Dancer-Logger-Syslog/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

13 lines
395 B
Text

Dancer logger engine for Sys::Syslog
This module implements a logger engine that sends log messages to syslog,
through the Sys::Syslog module.
The setting __logger__ should be set to `syslog` in order to use this session
engine in a Dancer application.
You can also specify the other configuration via the 'syslog' config key, e.g.
syslog:
facility: 'local0'
ident: 'my_app'