Skip to content

fix: Lower log level for KeyError in bulk config get#797

Merged
fstagni merged 1 commit into
DIRACGrid:integrationfrom
sfayer:fix_keyerr
May 29, 2026
Merged

fix: Lower log level for KeyError in bulk config get#797
fstagni merged 1 commit into
DIRACGrid:integrationfrom
sfayer:fix_keyerr

Conversation

@sfayer
Copy link
Copy Markdown
Member

@sfayer sfayer commented May 29, 2026

Hi,

When the admin deletes a config section in ConfigurationManager, it is common for the frontend javascript to then re-request the deleted part of the tree as it re-draws after commit (it's hard to keep track of the full chain of changes in the client code as the admin is free to order them however they want). This doesn't have any negative effects (the rest of the tree is still returned), but results in a full stack trace being logged on the server side: This pull request lowers this to info as it's not an actual problem.

Regards,
Simon

BEGINRELEASENOTES
FIX: Lower log level for KeyError in ConfigManager bulk config get
ENDRELEASENOTES

@fstagni fstagni merged commit d8767a8 into DIRACGrid:integration May 29, 2026
4 checks passed
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.

2 participants