I'm curious if there's a way for overriding the loglevel of the azure function default or built-in logs.
I've attached a screenshot below with some examples of the unwanted logs.
I've found out that I can override the setting for my custom logs in app.settings by adding this: AzureFunctionsJobHost__logging__LogLevel__Default
Is there a way to differentiate my custom logs from the default logging?
Stop an Azure Function from logging the “Executing” and “Executed” messages
I went through this post, but I noticed people complaining about their custom information logs not being logged into app insights anymore.
Also, I've read some Microsoft documentation about a settings AzureWebJobsDashboard that you should delete if you want to disable built-in logging. However, I can't find this setting in the azure function app.settings.
I would highly appreciate if someone would clarify this topic for me, I'm kind of a junior with Azure. Also sorry if this post is spam.
Thank you for your time! :D