add error msg
This commit is contained in:
parent
4cdfeacce6
commit
1ab5947e61
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue