mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-17 10:00:44 +08:00
chore: reduce logs in prod env
This commit is contained in:
@@ -73,7 +73,7 @@ namespace MaaWpfGui.Helper
|
||||
if (result)
|
||||
{
|
||||
ConfigurationUpdateEvent?.Invoke(key, old, value);
|
||||
_logger.Information("Configuration {Key} has been set to {Value}", key, value);
|
||||
_logger.Debug("Configuration {Key} has been set to {Value}", key, value);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -101,7 +101,7 @@ namespace MaaWpfGui.Helper
|
||||
if (result)
|
||||
{
|
||||
ConfigurationUpdateEvent?.Invoke(key, old, string.Empty);
|
||||
_logger.Information("Configuration {Key} has been deleted", key);
|
||||
_logger.Debug("Configuration {Key} has been deleted", key);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user