aiida-core icon indicating copy to clipboard operation
aiida-core copied to clipboard

Downgrade sqlite database lock warning to from warning to info level

Open aman-coder03 opened this issue 3 weeks ago • 13 comments

this change updates the logging so that these expected SQLite lock messages are shown as debug logs instead of warnings, while keeping the warning level unchanged for all other database backends.

this reduces unnecessary noise in the logs and avoids confusing users.

fixes #7112

aman-coder03 avatar Dec 03 '25 15:12 aman-coder03