From 7b216543fa4f04cc129af6b0bbfa0078b0c75a1c Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 20 Mar 2020 17:21:45 +0100 Subject: [PATCH] Update instructions --- .env.example | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 2248043edc..08cb54c899 100644 --- a/.env.example +++ b/.env.example @@ -36,14 +36,16 @@ APP_URL=http://localhost TRUSTED_PROXIES= # The log channel defines where your log entries go to. -# - Docker + versions <= 4.8.1.8 and before: use "stdout" -# - Docker + versions > 4.8.1.8: use "docker_out" -# - For everything else, use 'daily' - # Several other options exist. You can use 'single' for one big fat error log (not recommended). # Also available are 'syslog', 'errorlog' and 'stdout' which will log to the system itself. # A rotating log option is 'daily', creates 5 files that (surprise) rotate. # Default setting 'stack' will log to 'daily' and to 'stdout' at the same time. + +# - Docker + versions <= 4.8.1.8 and before: use "stdout" +# - Docker + versions > 4.8.1.8 : use "docker_out" +# - Docker + versions >= 5.1.1 : use "stack" +# - For everything else (als not Docker) : use 'stack' + LOG_CHANNEL=stack # Log level. You can set this from least severe to most severe: