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
- Host: GitHub
- URL: https://github.com/hexsprite/syslog-console
- Owner: hexsprite
- Created: 2016-03-25T18:35:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-25T21:16:08.000Z (about 9 years ago)
- Last Synced: 2025-01-29T10:18:04.667Z (4 months ago)
- Language: CoffeeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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