Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theserverfault/logbook
Plugable Javascript Logs Made Easy
https://github.com/theserverfault/logbook
docker docker-image javascript jslogger logging-library node-js nodejs nodejs-server open-source socket-io
Last synced: 18 days ago
JSON representation
Plugable Javascript Logs Made Easy
- Host: GitHub
- URL: https://github.com/theserverfault/logbook
- Owner: theserverfault
- Created: 2018-12-19T18:00:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:40:39.000Z (about 2 years ago)
- Last Synced: 2024-11-07T16:12:44.338Z (2 months ago)
- Topics: docker, docker-image, javascript, jslogger, logging-library, node-js, nodejs, nodejs-server, open-source, socket-io
- Language: HTML
- Homepage: https://hub.docker.com/r/pluginfactory/logbook
- Size: 763 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# logbook
### Plugable Javascript Logs Made EasyLogbook is a pluggable/Deployable realtime logs handler for any project. The target users involves the backend developers who are looking
for a custom realtime dedicated logging dashboard. The logbook will be distributed as npm package as well as a Docker image.
The logbook uses the socket.io for realtime logging, Hence making it technology independent since socket.io have wrappers for
all technologies like Java, C#, golang, python etc.Logbook is packaged with a dashboard that could be accessed via HTTP and could be configured at the time of deployment to monitor
realtime logs sent via app.
P.S. The app have to implement the logbook wrapper to communicate logs with the dashboard and watch it realtime.## Benefits
1. The logs are kept in files and could be exported as json files for analytics.
2. The logs are realtime and hence could be visualized without accessing physical server.It suits dest for development environments.
3. The logs are kept separate from the API server and hence avoid I/O payoffs that server has to handle while handling logs within API server.
4. Logs can be accessed by large teams with the URL. no dependency on the backend developer.## Download
You can download logbook as official docker image from [here](https://hub.docker.com/r/pluginfactory/logbook)