Currently syslog-ng just streams everything to a remote service.
There are some use cases where this is not convenient.
Some example switches would be
- stream to stdout
- stream to file
- allow mixing of (above) stream targets
This could be accomplished in the check.sh script...