Change log to Info

This commit is contained in:
nzdev
2021-04-23 17:03:32 +12:00
parent 5f9d126ab7
commit 306c82f871

View File

@@ -225,7 +225,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
var okMedia = false;
if (_syncBootStateAccessor.GetSyncBootState() == SyncBootState.ColdBoot)
{
_logger.Warn<PublishedSnapshotService>("Sync Service is in a Cold Boot state. Skip LoadCachesOnStartup as the Sync Service will trigger a full reload");
_logger.Info<PublishedSnapshotService>("Sync Service is in a Cold Boot state. Skip LoadCachesOnStartup as the Sync Service will trigger a full reload");
_isReady = true;
return;
}