NAME
WWW::Suffit::Plugin::Syslog - A plugin for enabling logging to syslog for Suffit API servers
SYNOPSIS
# in your startup
$self->plugin('WWW::Suffit::Plugin::Syslog');
DESCRIPTION
This plugin for enabling logging to syslog for Suffit API servers
METHODS
Internal methods
register
Do not use directly. It is called by Mojolicious.
OPTIONS
enable
Need to be true to activate this plugin. Default to true if "mode" in Mojolicious is something else than "development"
facility
The syslog facility to use. Default to "user"
ident
The syslog ident to use. Default to "moniker" in Mojolicious
SEE ALSO
Mojolicious, Mojolicious::Plugin, Mojolicious::Plugin::Syslog
AUTHOR
Serż Minus (Sergey Lepenkov) https://www.serzik.com <abalama@cpan.org>
COPYRIGHT
Copyright (C) 1998-2026 D&D Corporation
LICENSE
This program is distributed under the terms of the Artistic License Version 2.0
See the LICENSE file or https://opensource.org/license/artistic-2-0 for details