From eeac561b9b568f95f31e260f1d2293cfb5b4a98f Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 18 Aug 2021 17:07:23 +1000 Subject: [PATCH] typo fix --- docker/prod-config.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/prod-config.env b/docker/prod-config.env index bb922f4b32..50cf7a867b 100644 --- a/docker/prod-config.env +++ b/docker/prod-config.env @@ -4,7 +4,7 @@ # Ensure debug is false for a production setup INVENTREE_DEBUG=False -INVENTREE_DEBUG_LEVEL="WARNING" +INVENTREE_LOG_LEVEL="WARNING" # Database configuration # Note: The example setup is for a PostgreSQL database (change as required)