Skip to content

fix: workflow logging#1679

Merged
cardoe merged 4 commits intomainfrom
fix-workflow-logging
Feb 18, 2026
Merged

fix: workflow logging#1679
cardoe merged 4 commits intomainfrom
fix-workflow-logging

Conversation

@cardoe
Copy link
Contributor

@cardoe cardoe commented Feb 18, 2026

Fixed up workflow logging to not call basicConfig() constantly. Setup the logs in the same consistent way to not be verbose for modules we are not interested in debug details. Improved output of the event handler to make troubleshooting more easy.

setup_logger() was a helper for the main() function to setup the default
logging level and set the output. It was never intended to be called by
modules.
Updated all the workflows to use a consistent way to setup the logging
with a config and no longer use setup_logger() to setup the module level
logger to avoid confusion in the future.
@cardoe cardoe requested a review from a team February 18, 2026 21:25
Make the log output a little bit more structured to make it easier to
follow hopefully.
Add a logging message to make it clear why storage is skipped.
@cardoe cardoe force-pushed the fix-workflow-logging branch from c4a07ee to 72d5e55 Compare February 18, 2026 22:18
@cardoe cardoe added this pull request to the merge queue Feb 18, 2026
Merged via the queue into main with commit 6405779 Feb 18, 2026
62 checks passed
@cardoe cardoe deleted the fix-workflow-logging branch February 18, 2026 22:21
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

Comments