Na most működig SWAGGER és 5000 porton publishban is !

This commit is contained in:
2025-01-15 17:26:09 +01:00
parent a2906cc113
commit 6a46975cfd
7 changed files with 55 additions and 28 deletions
+3 -3
View File
@@ -6,11 +6,11 @@
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Verbose"
"Microsoft.AspNetCore": "Information"
}
},
"Serilog": {
"MinimumLevel": "Verbose",
"MinimumLevel": "Information",
"WriteTo": [
{
"Name": "Console"
@@ -18,7 +18,7 @@
{
"Name": "File",
"Args": {
"path": "logs/log-.txt",
"path": "logs/log-.log",
"rollingInterval": "Day"
}
}