Fixed debug log config

This commit is contained in:
Marcel Baumgartner 2024-02-14 10:34:05 +01:00
parent a0ca9af5c9
commit c3679afed7

View file

@ -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