A basic logging endpoint written in node
to start the server run:
node ./app.js
See app.js for all command-line options (in case this document becomes stale)
--port (port number) (default is port 2468)
-s or --strategy defines the logging strategy (default is syslog)- create a basic node service
- fully tested with unit, functional and load tests
- separation of concerns
- productionalized with up-time and monitoring module
- combines with other services modules (e.g. credentials) to form a server
- restful logging (POST/GET)
- websockets logging
- ability to attach to an express instance
- logging to console
- logging to syslog
You can test locally with the command line:
npm testTesting is also performed using Travis-CI.
