Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhunleth/l2elog
Linux syslog/klog bridge to Erlang's Lager logger
https://github.com/fhunleth/l2elog
Last synced: about 1 month ago
JSON representation
Linux syslog/klog bridge to Erlang's Lager logger
- Host: GitHub
- URL: https://github.com/fhunleth/l2elog
- Owner: fhunleth
- License: mit
- Created: 2014-04-04T01:30:15.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T01:42:40.000Z (over 10 years ago)
- Last Synced: 2024-10-13T09:56:25.889Z (2 months ago)
- Homepage:
- Size: 145 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
l2elog
======This application forwards log messages that would normally go to Linux's
syslog and klog daemons through Erlang's Lager logger. While this may seem
completely backwards, when using the Nerves framework, Erlang takes a central
role and much of the standard Linux userspace is either not needed or minimal.
In this environment, most log messages originate in Erlang, but not all. This
utility forwards the remainder of those messages so that messages from the
kernel and any C programs aren't lost.This application depends on Lager, but it's assumed that other applications on
the platform also use Lager. See the Lager documentation for how to configure
Lager to save messages to the desired locations.