Skip to content

devpaul/logging-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Logging Server

Build Status

A basic logging endpoint written in node

Starting the Server

to start the server run: node ./app.js

Command-line options

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)

Project Goals

  • 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

Features

  • restful logging (POST/GET)
  • websockets logging
  • ability to attach to an express instance
  • logging to console
  • logging to syslog

Testing

You can test locally with the command line:

    npm test

Testing is also performed using Travis-CI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors