Skip to content

[storm-client] Replace e.printStackTrace() with SLF4J logging in ConfigurableTopology - #8413

Merged
reiabreu merged 1 commit into
apache:masterfrom
Ironankit525:fix-configurable-topology-logging
Mar 2, 2026
Merged

[storm-client] Replace e.printStackTrace() with SLF4J logging in ConfigurableTopology#8413
reiabreu merged 1 commit into
apache:masterfrom
Ironankit525:fix-configurable-topology-logging

Conversation

@Ironankit525

Copy link
Copy Markdown
Contributor

Fixes#1

Replaces the swallowing e.printStackTrace() with LOG.error() using an SLF4J logger instead, so topology submission failures will be properly captured by logging frameworks in production.

@Ironankit525Ironankit525 changed the title [storm-client] Replace e.printStackTrace() with SLF4J logging in ConfigurableTopology#submit[storm-client] Replace e.printStackTrace() with SLF4J logging in ConfigurableTopologyMar 1, 2026
@reiabreu

Copy link
Copy Markdown
Contributor

Thank you for the PR.

@reiabreu
reiabreu requested a review from rzo1March 1, 2026 22:16
rzo1
rzo1 approved these changes Mar 2, 2026
@reiabreu
reiabreu merged commit 9e02062 into apache:masterMar 2, 2026
12 checks passed
@rzo1rzo1 added this to the 2.8.5 milestone Mar 2, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Ironankit525@reiabreu@rzo1