add more error messages
This commit is contained in:
parent
161e8af36c
commit
fc5ef28601
|
|
@ -116,7 +116,7 @@ public partial class BotSharpFileService
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogWarning($"Error when reading conversation ({conversationId}) files: {ex.Message}");
|
||||
_logger.LogWarning($"Error when reading conversation ({conversationId}) files: {ex.Message}\r\n{ex.InnerException}\r\n{ex.StackTrace}");
|
||||
}
|
||||
|
||||
return files;
|
||||
|
|
|
|||
Loading…
Reference in a new issue