Completato fix setup page + cache redis
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ namespace MP.Prog
|
||||
.ConfigureLogging(logging =>
|
||||
{
|
||||
logging.ClearProviders();
|
||||
logging.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Trace);
|
||||
logging.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Error);
|
||||
})
|
||||
.UseNLog();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user