hivesolutions / appier

Joyful Python Web App development
http://appier.hive.pt
Apache License 2.0
127 stars 22 forks source link

Support for remote syslog as a logging handler #30

Closed joamag closed 5 years ago

joamag commented 6 years ago

Description

Sometimes it's relevant to add a remote log manager (rsyslog) to the main App instance from Appier.

APPIER_RSYSLOG=log.hive:514 or RSYSLOG=log.hive:514

Referneces

https://docs.python.org/2/library/logging.handlers.html#sysloghandler

joamag commented 5 years ago

This is now considered finished using SYSLOG_HOST and SYSLOG_PORT.