mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-15 02:22:43 -04:00
Made cache misses an informational alert and updated message to be more helpful
This commit is contained in:
@@ -47,7 +47,7 @@ public static class Helpers
|
|||||||
return new SettingValue(null, setting, false);
|
return new SettingValue(null, setting, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
logger.Debug($"Cache Miss! Returning '{setting.Value}' as {typeof(SettingValue)}");
|
logger.Info($"Cache Miss! Returning '{setting.Value}' for {key}");
|
||||||
return new SettingValue(setting.Value, setting, false);
|
return new SettingValue(setting.Value, setting, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user