add error msg

This commit is contained in:
Jicheng Lu 2024-07-02 18:39:28 -05:00
parent 4cdfeacce6
commit 1ab5947e61

View file

@ -218,7 +218,7 @@ public partial class BotSharpFileService
}
catch (Exception ex)
{
_logger.LogWarning($"Error when saving conversation files: {ex.Message}");
_logger.LogWarning($"Error when saving conversation files: {ex.Message}\r\n{ex.InnerException}");
return false;
}
}