From c0f0786fd4cb433010f57f40221f6cd64c625240 Mon Sep 17 00:00:00 2001 From: "DESKTOP-GENO133\\IvanPlex" Date: Mon, 29 Jan 2024 17:20:39 -0700 Subject: [PATCH] added env variable to reduce auth-related logs. --- .env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env b/.env index a3239b7..f067983 100644 --- a/.env +++ b/.env @@ -5,4 +5,5 @@ MailConfig__EmailFrom="" MailConfig__UseSSL="false" MailConfig__Port=587 MailConfig__Username="" -MailConfig__Password="" \ No newline at end of file +MailConfig__Password="" +LOGGING__LOGLEVEL__DEFAULT=Error \ No newline at end of file