From 3fc160cedc5011e38df0668bce90e1ea8062ecac Mon Sep 17 00:00:00 2001 From: Alex Phillips Date: Fri, 17 Dec 2021 10:58:08 -0500 Subject: [PATCH] updated readme, mod name, etc --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eb15b8..18e5d1b 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# stdout-logging - Docker mod for any container +# stdout-logs - Docker mod for any container This mod allows any specified log files to be tailed and included in the container's STDOUT. -In any container docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:universal-stdout-logging` +In any container docker arguments, set an environment variable `DOCKER_MODS=linuxserver/mods:universal-stdout-logs` -If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:universal-stdout-logging|linuxserver/mods:universal-mod2` +If adding multiple mods, enter them in an array separated by `|`, such as `DOCKER_MODS=linuxserver/mods:universal-stdout-logs|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"`.