mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -04:00
Don't log metadata to info
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user