Skip to content

Reduce logging level for ldd failure#228

Merged
emilykl merged 1 commit intomainfrom
change-ldd-fail-log-level
May 7, 2025
Merged

Reduce logging level for ldd failure#228
emilykl merged 1 commit intomainfrom
change-ldd-fail-log-level

Conversation

@emilykl
Copy link
Copy Markdown
Collaborator

@emilykl emilykl commented May 7, 2025

The default log level for Python is WARNING, so any log statements at that level or above will be shown by default.

The ldd check is performed before running the browser, so we don't yet know at that point whether or not the browser will run. We want to avoid a confusing situation for the end user where a concerning message about ldd failure is displayed in the browser, but the browser runs correctly anyway.

@emilykl emilykl requested review from ayjayt and gvwilson May 7, 2025 20:49
@emilykl emilykl merged commit 7914048 into main May 7, 2025
4 checks passed
@ayjayt ayjayt deleted the change-ldd-fail-log-level branch May 21, 2025 21:23
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