From d603e74cba274ba9d9bb7167d7f99ee55bfba4d6 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Mon, 23 Sep 2024 12:42:14 +0000 Subject: [PATCH] Bot Updating Documentation --- docs/images/docker-syslog-ng.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/images/docker-syslog-ng.md b/docs/images/docker-syslog-ng.md index 398262788..6a9463a4b 100755 --- a/docs/images/docker-syslog-ng.md +++ b/docs/images/docker-syslog-ng.md @@ -58,6 +58,7 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC + - LOG_TO_STDOUT= #optional volumes: - /path/to/syslog-ng/config:/config - /path/to/log:/var/log #optional @@ -76,6 +77,7 @@ docker run -d \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Etc/UTC \ + -e LOG_TO_STDOUT= `#optional` \ -p 514:5514/udp \ -p 601:6601/tcp \ -p 6514:6514/tcp \ @@ -104,6 +106,7 @@ Containers are configured using parameters passed at runtime (such as those abov | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | | `TZ=Etc/UTC` | specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List). | +| `LOG_TO_STDOUT=` | If set to `true` container will log to stdout, otherwise will log to `/config/log/`. | ### Volume Mappings (`-v`) @@ -280,6 +283,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions +* **24.09.24:** - Add opt to log to stdout. * **24.05.24:** - Rebase to Alpine 3.20. * **31.01.24:** - Rebase to Alpine 3.19. * **11.06.23:** - Rebase to Alpine 3.18, deprecate armhf.