An open API service indexing awesome lists of open source software.

https://github.com/hexsprite/syslog-console

Meteor package to log console output to remote syslog
https://github.com/hexsprite/syslog-console

Last synced: 3 months ago
JSON representation

Meteor package to log console output to remote syslog

Awesome Lists containing this project

README

        

This package sends all console output to a remote syslog server of your choice.

### Settings File

```
{
...
"hexsprite:syslog-console": {
"host": "logsetc.papertrailapp.com",
"port": 1235
"logToConsole": 1
},
}
```

### Environment variable

Use `LOG_SYSLOG=1` to enable