Don't log metadata to info

This commit is contained in:
barelyprofessional
2026-01-05 19:40:48 -06:00
parent eb6ec6a628
commit 004a3d42b2

View File

@@ -349,8 +349,8 @@ public static class Money
if (gameMeta != null)
{
metaJson = JsonConvert.SerializeObject(gameMeta, Formatting.Indented);
_logger.Info("Serialized metadata follows");
_logger.Info(metaJson);
_logger.Debug("Serialized metadata follows");
_logger.Debug(metaJson);
}
if (!isComplete)