From 3b6212065a5cfb95c303b6d0551747ba1eb317f6 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 1 Nov 2024 19:11:33 +0100 Subject: [PATCH] fix: Add missing logging level environment variable to .env.example --- .env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.example b/.env.example index 1b1b56fd..b3921b8f 100644 --- a/.env.example +++ b/.env.example @@ -13,3 +13,6 @@ AUTH_SHA256_DIGEST= JWT_SECRET= JWT_ISSUER= JWT_VALIDITY_IN_MIN= + +# Logging level for the application +LOG_LEVEL=INFO \ No newline at end of file