From e1d0b3b1b651284409e2ec1b53a2383cc00ec736 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sun, 28 Mar 2021 01:23:11 +0100 Subject: [PATCH] Disable debug logs --- src/Bot/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bot/Program.fs b/src/Bot/Program.fs index fe83193..4f136e5 100644 --- a/src/Bot/Program.fs +++ b/src/Bot/Program.fs @@ -17,7 +17,7 @@ module core = conf.set_Token config.["BotToken"] conf.set_TokenType TokenType.Bot conf.set_UseInternalLogHandler true - conf.set_LogLevel LogLevel.Debug + // conf.set_LogLevel LogLevel.Debug conf let getCommandsConfig =