docker-logregator
v1.0.0
Published
docker-logger compatible lib for logregator
Downloads
2
Readme
docker-logregator
This is a docker-logger compatible library for logging. It uses the newer light weight logregator server instead of an ELK stack. Application code and configuration should not have to change much to use this lib instead of the older one.
Changes Required
npm uninstall docker-logger
npm install docker-logregator
Find where docker-logger is required and change the library name.
You may need to edit "config.json" and remove the "syslog" port. This library will default it to 12201, which is what logregator uses by default. You can remove the syslog protocol too.