Simple log server for node.js applications
621
The server is based on winstond project
The server accepts log-messages via HTTP and saves in configured files.
The configuration of the server is stored in conf.js
Configuration parameters are:
$ mkdir -p /path/to/service/dir
$ docker run -d --name log-server -p 4114:4114 -v /path/to/service/dir/conf.js:/server/conf.js -v /path/to/service/dir/log:/log alexd1971/log-server
$ docker-compose -f /path/to/service/dir/log-server.yml up -d
Content type
Image
Digest
Size
18.1 MB
Last updated
about 10 years ago
docker pull alexd1971/log-server