Chris Karcz
Chris Karcz
also seeing this. we can't remove the default function logger providers (azure function checks it's expected runtime services) and when adding serilog we log duplicate traces :(
the marginal fix for this is to remove any AppInsights connection string / instrumentation key from the App/Function configuration section in Azure. with this connection string / instrumentation key removed,...
when using Serilog with a sink to AI, we also get duplicate logs. https://github.com/serilog-contrib/serilog-sinks-applicationinsights/issues/157 there is no way to remove the default LoggerProviders as the Azure function runtime validates these...
any update on merging this in? seems like it’s been open for over a year.
toolbar button seems to disappear when you navigate away from inbox view for me (click a mail, go to sent emails, etc).
@josteink yup, thanks. i just found that after i wrote my comment. [workaround is detailed here for those needing it](https://github.com/KartikTalwar/gmail.js/issues/440#issuecomment-364748462)
@josteink your workaround still did not work as the button *was* still in the DOM after navigating, just not visible. i was able to work around the issue like so,...
bump. still getting this as of 2021!!! using .net core/standard.
by the way, i've narrowed this down to only happening with `"ServerSideMessageFormat": "%message" ` but when I do `"ServerSideMessageFormat": "[Browser] %message"` the object is log as expected: > [22:03:43.486 FTL]:...
in my case, i had the SSL port specified correctly for an HTTPS only web app. but, it was failing when using a pipeline variable. the error went away once...