From 3ba5ceb1028983edfc6785f195a0cc6a4bab688e Mon Sep 17 00:00:00 2001 From: "Patryk Rzucidlo (@PTKDev)" Date: Mon, 3 Jun 2024 23:10:46 +0200 Subject: [PATCH] [Fix] env --- .env.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.tpl b/.env.tpl index acdd323..8e6ea98 100644 --- a/.env.tpl +++ b/.env.tpl @@ -5,11 +5,11 @@ LANGUAGE=en LOGGER_DEBUGLOG_PATH=./logs/debug.log LOGGER_ERRORLOG_PATH=./logs/errors.log LOGGER_LANGUAGE=en -LOGGER_COLORS=true +LOGGER_COLORS=enabled LOGGER_DEBUG=enabled LOGGER_INFO=enabled LOGGER_WARNING=enabled LOGGER_ERROR=enabled LOGGER_SPONSOR=enabled -LOGGER_WRITE=false +LOGGER_WRITE=disabled LOGGER_TYPE=log \ No newline at end of file