nlf / bucker

A simple logging library for node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Front-End logs for bucker

johannesboyne opened this issue · comments

Hey,

Just wanted to let you know I have opensourced my bucker based front-end logging service:
https://github.com/johannesboyne/bucker-receiver

bucker-receiver gives you the power to call bucker.log("my log message") on the client and it will be send to a running http-server that logs it via bucker. It has a "REST" API as well:

$ curl http://localhost:1337 \
-X PUT \
-H "content-type: application/json" \
-d '{"msg": "Hello world", "level": "info"}'

Maybe it is worth to mention it in bucker's README.
Regards

commented

This is awesome, thanks! I added a note and a link in the README.