From bcf562dd60aca096c3e252ce2b53563f044c0a6e Mon Sep 17 00:00:00 2001 From: Dessa Simpson Date: Sun, 1 Nov 2020 20:48:21 +0000 Subject: [PATCH] Add LOG_LEVEL to README.md env example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2b0e579..fcb5457 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,6 @@ An app to manage requests for music performance streamers to learn new songs. TWITCH_SECRET=Client Secret from dev.twitch.tv SESSION_SECRET=Randomly generated secret + LOG_LEVEL=INFO + 2. `docker-compose up` (optionally with `-d`)