Hi,
we use a distributed .Net cloud app with many instances, is it really not possible to get 'intuit_tid' programmatically that is required to investigate QBO error response?
Documentation https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/net/logging states that it is possible to enable logging of request and response XML files to a local file system that is not good option for Multi instance cloud service. Also, I do not need to log everything, I just need to call batch.Execute(); and get the intuit_tid returned for this call.
Is there a workaround?
Also same documentation states 'In Visual Studio make sure that the Intuit.Ipp.Diagnostics assembly is referenced. ' but I cannot find such NuGet package.
upd. it seems I found the solution at NuGet package page here:
Context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.CustomLogger = new CustomLogger();_
I believe this should also be mentioned in the Intuit documentation.
Hi,
we use a distributed .Net cloud app with many instances, is it really not possible to get 'intuit_tid' programmatically that is required to investigate QBO error response?
Documentation https://developer.intuit.com/app/developer/qbo/docs/develop/sdks-and-samples-collections/net/logging states that it is possible to enable logging of request and response XML files to a local file system that is not good option for Multi instance cloud service. Also, I do not need to log everything, I just need to call batch.Execute(); and get the intuit_tid returned for this call.
Is there a workaround?
Also same documentation states 'In Visual Studio make sure that the Intuit.Ipp.Diagnostics assembly is referenced. ' but I cannot find such NuGet package.
upd. it seems I found the solution at NuGet package page here:
Context.IppConfiguration.AdvancedLogger.RequestAdvancedLog.CustomLogger = new CustomLogger();_
I believe this should also be mentioned in the Intuit documentation.