Skip to content

Move log level config to after we read local.settings.json - #4815

Merged
Lilian Kasem (liliankasem) merged 3 commits into
mainfrom
liliankasem/fix-log-setting-override
Mar 11, 2026
Merged

Move log level config to after we read local.settings.json#4815
Lilian Kasem (liliankasem) merged 3 commits into
mainfrom
liliankasem/fix-log-setting-override

Conversation

@liliankasem

Copy link
Copy Markdown
Member

Issue describing the changes in this PR

resolves #4814

Pull request checklist

  • My changes do not require documentation changes
    • Otherwise: Documentation issue linked to PR
  • My changes do not need to be backported to a previous version
    • Otherwise: Backport tracked by issue/PR #issue_or_pr
  • My changes should not be added to the release notes for the next release
    • Otherwise: I've added my notes to release_notes.md
  • I have added all required tests (Unit tests, E2E tests)

Additional information

Fix AzureFunctionsJobHost__logging__logLevel__Function override from local.settings.json being ignored due to the host pre-setting the environment variable before user configuration was loaded

@liliankasem
Lilian Kasem (liliankasem) requested a review from a team as a code owner February 25, 2026 19:10

@jviau Jacob Viau (jviau) left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if your CI failures is due to network isolation. Looks like it cant reach NPM.

@liliankasem
Lilian Kasem (liliankasem) merged commit 3c2bd5b into main Mar 11, 2026
39 checks passed
@liliankasem
Lilian Kasem (liliankasem) deleted the liliankasem/fix-log-setting-override branch March 11, 2026 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Not able to overwrite AzureFunctionsJobHost__logging__logLevel__Function from local.settings.json

3 participants