https://github.com/manics/rsyslog-stdout-docker
Rsyslog Docker image that logs to stdout based on Alpine Linux
https://github.com/manics/rsyslog-stdout-docker
docker rsyslog syslog
Last synced: 11 months ago
JSON representation
Rsyslog Docker image that logs to stdout based on Alpine Linux
- Host: GitHub
- URL: https://github.com/manics/rsyslog-stdout-docker
- Owner: manics
- Created: 2018-11-03T22:42:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-13T17:59:47.000Z (over 7 years ago)
- Last Synced: 2025-04-04T23:25:24.728Z (about 1 year ago)
- Topics: docker, rsyslog, syslog
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rsyslog Docker image that logs to stdout
[](https://travis-ci.com/manics/rsyslog-stdout-docker)
A small rsyslog Docker image based on Alpine Linux.
This is designed for use with Haproxy which doesn't support logging to stdout, which is standard for Docker images, but should also work for other cases.
The default configuration is for all messages received on 514/UDP to be output.
You can change this by overwriting `/etc/rsyslog.d/config.conf`.