https://github.com/powerman/narada-plugin-socklog
Logger service using socklog for Narada projects
https://github.com/powerman/narada-plugin-socklog
Last synced: 11 months ago
JSON representation
Logger service using socklog for Narada projects
- Host: GitHub
- URL: https://github.com/powerman/narada-plugin-socklog
- Owner: powerman
- Created: 2015-02-08T10:51:18.000Z (almost 11 years ago)
- Default Branch: doc
- Last Pushed: 2015-11-29T22:24:55.000Z (about 10 years ago)
- Last Synced: 2025-02-15T05:52:34.963Z (11 months ago)
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
Awesome Lists containing this project
README
Narada plugin: socklog
======================
This repo contains extra files needed to add syslog-compatible
http://smarden.org/socklog/[log service] for
https://github.com/powerman/Narada[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
== Install
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
https://github.com/powerman/narada-base/tree/socklog[narada-base's
"socklog" branch].
== Documentation
Documentation is in your project's directory, see
https://github.com/powerman/narada-plugin-socklog/blob/master/doc/narada-plugin-socklog.adoc[doc/narada-plugin-socklog.adoc].