버그수정

This commit is contained in:
김판돌 2023-11-23 07:42:12 +09:00
parent 21c0e50651
commit 6c396ab6e5
5 changed files with 3 additions and 5 deletions

View File

@ -15,6 +15,6 @@
</targets>
<rules>
<logger name="*" minlevel="Info" writeTo="logfile" />
<logger name="*" minlevel="Debug" writeTo="logfile" />
</rules>
</nlog>

View File

@ -1,2 +0,0 @@
# server_build

Binary file not shown.

Binary file not shown.

View File

@ -1,8 +1,8 @@
{
"Logging": {
"LogLevel": {
"Default": "Trace",
"Microsoft.AspNetCore": "Trace"
"Default": "Information",
"Microsoft.AspNetCore": "Information"
}
},
"AllowedHosts": "0.0.0.0;localhost"