This repo contains extra files needed to add syslog-compatible log service for Narada projects.
There are different sets of files available in different branches:
- master
-
plugin files which you should merge into your project
- doc
-
(this branch) no plugin files, only documentation about this repo
Just merge this repo into your project’s repo:
git remote add narada-plugin-socklog -t master -m master \
-f https://github.com/powerman/narada-plugin-socklog.git
git merge narada-plugin-socklog|
Note
|
Instead of manually merging this plugin you can use alternative set of base files when creating new Narada project available in narada-base’s "socklog" branch. |
Documentation is in your project’s directory, see doc/narada-plugin-socklog.adoc.