버그수정
This commit is contained in:
parent
21c0e50651
commit
6c396ab6e5
|
|
@ -15,6 +15,6 @@
|
||||||
</targets>
|
</targets>
|
||||||
|
|
||||||
<rules>
|
<rules>
|
||||||
<logger name="*" minlevel="Info" writeTo="logfile" />
|
<logger name="*" minlevel="Debug" writeTo="logfile" />
|
||||||
</rules>
|
</rules>
|
||||||
</nlog>
|
</nlog>
|
||||||
|
|
|
||||||
BIN
Server.dll
BIN
Server.dll
Binary file not shown.
BIN
Server.pdb
BIN
Server.pdb
Binary file not shown.
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue