From c3679afed7b1189199a8d5de425d8a10f676c858 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner Date: Wed, 14 Feb 2024 10:34:05 +0100 Subject: [PATCH] Fixed debug log config --- Moonlight/Program.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Moonlight/Program.cs b/Moonlight/Program.cs index 59b4f05..d47c921 100644 --- a/Moonlight/Program.cs +++ b/Moonlight/Program.cs @@ -36,7 +36,8 @@ var logPath = PathBuilder.File("storage", "logs", Logger.Setup( logPath: logPath, logInFile: true, - logInConsole: true + logInConsole: true, + isDebug: builder.Environment.IsDevelopment() ); // Check database migrations