diff --git a/Content.IntegrationTests/ContentIntegrationTest.cs b/Content.IntegrationTests/ContentIntegrationTest.cs index a34661d615..b8dc263a77 100644 --- a/Content.IntegrationTests/ContentIntegrationTest.cs +++ b/Content.IntegrationTests/ContentIntegrationTest.cs @@ -9,6 +9,7 @@ using NUnit.Framework; using Robust.Server.Maps; using Robust.Shared.ContentPack; using Robust.Shared.IoC; +using Robust.Shared.Log; using Robust.Shared.Map; using Robust.Shared.Network; using Robust.Shared.Timing; @@ -42,6 +43,7 @@ namespace Content.IntegrationTests } IoCManager.Register(true); + IoCManager.Resolve().GetSawmill("loc").Level = LogLevel.Error; } }); }; @@ -74,6 +76,8 @@ namespace Content.IntegrationTests } } }); + + IoCManager.Resolve().GetSawmill("loc").Level = LogLevel.Error; }; // Avoid funny race conditions with the database.