Skip to content
Discussion options

You must be logged in to vote

I ran into a similar issue. The Azure Functions template has the host.json which contains logging settings, but that does not control the process worker log levels.

https://learn.microsoft.com/en-us/azure/azure-functions/dotnet-isolated-process-guide?tabs=ihostapplicationbuilder%2Cwindows#managing-log-levels

The Functions host and the isolated process worker have separate configuration for log levels, etc. Any Application Insights configuration in host.json will not affect the logging from the worker, and similarly, configuration made in your worker code will not impact logging from the host. You need to apply changes in both places if your scenario requires customization at both layers.

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@paulirwin
Comment options

@JamesNK
Comment options

JamesNK Oct 31, 2025
Collaborator

Comment options

You must be logged in to vote
1 reply
@paulirwin
Comment options

Answer selected by paulirwin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants