修改日志输出等级

This commit is contained in:
ww-rm
2025-11-03 18:09:05 +08:00
parent decbb10fcb
commit c68a91fe3f
26 changed files with 77 additions and 77 deletions

View File

@@ -76,7 +76,7 @@ namespace SpineViewer.ViewModels.Exporters
}
catch (Exception ex)
{
_logger.Trace(ex.ToString());
_logger.Debug(ex.ToString());
_logger.Error("Failed to export {0}, {1}", output, ex.Message);
}
_vmMain.ProgressState = System.Windows.Shell.TaskbarItemProgressState.None;
@@ -133,7 +133,7 @@ namespace SpineViewer.ViewModels.Exporters
}
catch (Exception ex)
{
_logger.Trace(ex.ToString());
_logger.Debug(ex.ToString());
_logger.Error("Failed to export {0}, {1}", output, ex.Message);
}
}