diff --git a/ATxCommon/Serializables/ServiceStatus.cs b/ATxCommon/Serializables/ServiceStatus.cs
index 823f76740b0f88f007c6036fd9111e214b42de84..8e0ec88a70c9f5bad0e8b3bbc88de325705715c1 100644
--- a/ATxCommon/Serializables/ServiceStatus.cs
+++ b/ATxCommon/Serializables/ServiceStatus.cs
@@ -317,9 +317,9 @@ namespace ATxCommon.Serializables
             Serialize();
 
             if (suspended) {
-                Log.Info("Service suspended. Reason(s): [{0}]", description);
+                Log.Trace("Service suspended. Reason(s): [{0}]", description);
             } else {
-                Log.Info("Service resuming operation ({0}).", description);
+                Log.Trace("Service resuming operation ({0}).", description);
             }
         }