fix: Updates more logging to Serilog (#1105)

Adds more serilog logging and cleans up some server files.
This commit is contained in:
Kamron Batman 2022-07-01 11:57:08 -07:00 committed by GitHub
parent 1cf4a43c2c
commit 38686c09b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 2261 additions and 2234 deletions

View file

@ -726,7 +726,7 @@ public partial class NetState : IComparable<NetState>
catch (Exception ex)
{
#if DEBUG
Console.WriteLine(ex);
Console.WriteLine(ex);
#endif
TraceException(ex);
Disconnect("Exception during HandleReceive");