Follow-up from #5640.
SnapshotWorkerActor::run in crates/engine/src/snapshot.rs, lifecycle conditions and snapshot creation failures share one anyhow::Error warning. Split lifecycle conditions to warn! or lower and snapshot creation or sync failures to error!.
Follow-up from #5640.
SnapshotWorkerActor::runincrates/engine/src/snapshot.rs, lifecycle conditions and snapshot creation failures share oneanyhow::Errorwarning. Split lifecycle conditions towarn!or lower and snapshot creation or sync failures toerror!.