I'm using this extension in my application, and the logs that appear in LogDNA are truncated.
I've attempted to dispose of the service provider as suggested here, https://stackoverflow.com/questions/51326463/logging-in-net-core-console-application-not-working
But still not seeing complete logs. Is there a method that can be called to flush all of the logs before the app terminates?