Hi,
I have been trying to figure out a way to handle the logs in case of failure.
So, if logs could not export to ES because of any reasons, I want to write these logs to a file using a filesink or any other way. But I am only able to find the exception details(using ExportExceptionCallback of ConfigureChannel), but not the logs that failed to export.
Is there any way by which this could be done?