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

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

Awesome Lists containing this project

README

          

# Rsyslog Docker image that logs to stdout
[![Build Status](https://travis-ci.com/manics/rsyslog-stdout-docker.svg?branch=master)](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`.