Na most működig SWAGGER és 5000 porton publishban is !
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user