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)
13 lines
395 B
Text
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'
|