diff --git a/src/Tgstation.Server.Host/Components/Interop/CommContext.cs b/src/Tgstation.Server.Host/Components/Interop/CommContext.cs index 489053e91b..433714a64e 100644 --- a/src/Tgstation.Server.Host/Components/Interop/CommContext.cs +++ b/src/Tgstation.Server.Host/Components/Interop/CommContext.cs @@ -125,7 +125,7 @@ namespace Tgstation.Server.Host.Components.Interop catch (OperationCanceledException) { } catch (Exception ex) { - logger.LogDebug("Exception while trying to handle command json write: {0}", ex); + logger.LogError("Exception while trying to handle command json write: {0}", ex); } }