0.6.2 • Published 10 years ago
msb-loggly v0.6.2
msb-loggly 
A plugin for msb/msb-proxies to log to Loggly
Installation
As a library
$ npm install msb-loggly --saveYou must already have msb installed as well, e.g.
$ npm install msb --saveFor msb-proxies CLI (http2bus and bus2http)
If you are running a global install of msb-proxies:
$ npm install msb-loggly -gYou must already have msb installed as well, e.g.
$ npm install msb -gIf you are running it as a node module, ensure msb is installed in the module search paths.
Configuration
- MSB_LOGGLY_TOKEN Loggly input token.
- MSB_LOGGLY_SUBDOMAIN Subdomain for your loggly account.
- MSB_LOGGLY_TAGS Comma-delimited list of tags for all logging, e.g.
MSB_LOGGLY_TAGS=appgroup,production