Fixed debug log config
This commit is contained in:
parent
a0ca9af5c9
commit
c3679afed7
1 changed files with 2 additions and 1 deletions
|
@ -36,7 +36,8 @@ var logPath = PathBuilder.File("storage", "logs",
|
||||||
Logger.Setup(
|
Logger.Setup(
|
||||||
logPath: logPath,
|
logPath: logPath,
|
||||||
logInFile: true,
|
logInFile: true,
|
||||||
logInConsole: true
|
logInConsole: true,
|
||||||
|
isDebug: builder.Environment.IsDevelopment()
|
||||||
);
|
);
|
||||||
|
|
||||||
// Check database migrations
|
// Check database migrations
|
||||||
|
|
Loading…
Reference in a new issue