From b780dc8392c42ef18670766dfb0bbceaaa6a3d69 Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Fri, 17 Dec 2021 10:57:40 -0500 Subject: [PATCH] updated example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 583bd4a..9eb15b8 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,4 @@ In any container docker arguments, set an environment variable `DOCKER_MODS=linu If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:universal-stdout-logging|linuxserver/mods:universal-mod2` -Simply set the environment variable `LOGS_TO_STDOUT` with a pipe-delimited (`|`) list of log files to include, such as `LOGS_TO_STDOUT="/config/logs/radarr.txt /config/logs/radarr.debug.txt"`. +Simply set the environment variable `LOGS_TO_STDOUT` with a pipe-delimited (`|`) list of log files to include, such as `LOGS_TO_STDOUT="/config/logs/radarr.txt|/config/logs/radarr.debug.txt"`.