버그수정

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> </targets>
<rules> <rules>
<logger name="*" minlevel="Info" writeTo="logfile" /> <logger name="*" minlevel="Debug" writeTo="logfile" />
</rules> </rules>
</nlog> </nlog>

View File

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

Binary file not shown.

Binary file not shown.

View File

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