PROG
- correzione tag extraction - correzione indentazione json
This commit is contained in:
+4
-1
@@ -23,10 +23,13 @@ namespace MP.Prog
|
||||
})
|
||||
.ConfigureLogging(logging =>
|
||||
{
|
||||
// impostante per non perdere le regole di log
|
||||
logging.ClearProviders();
|
||||
logging.SetMinimumLevel(Microsoft.Extensions.Logging.LogLevel.Error);
|
||||
})
|
||||
.UseNLog();
|
||||
// importante per eseguire la conf regike logging
|
||||
.UseNLog(new NLogAspNetCoreOptions() { RemoveLoggerFactoryFilter = false });
|
||||
//.UseNLog();
|
||||
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user