mirror of
https://github.com/barelyprofessional/KfChatDotNet.git
synced 2026-05-02 04:22:04 -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);
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user