Skip to content

Conversation

@mbrandenburger
Copy link
Member

The current logging framework uses a full package name for the logger name. With the replacer we can shorten the logger name.
By default, we use a replacer for github.com.hyperledger-labs.fabric-smart-client.platform. While this works well for the platform package, there are other packages, such as integration/nwo, pkg, which may benefit from shorter logger names.

Therefore, this PR replace all fsc loggers names with fsc prefix.

@mbrandenburger mbrandenburger added this to the Q4 milestone Oct 24, 2025
@mbrandenburger mbrandenburger self-assigned this Oct 24, 2025
@mbrandenburger mbrandenburger added the cleanup Something needs some cleanup label Oct 24, 2025
Replace all fsc packages with `fsc` prefix.

Signed-off-by: Marcus Brandenburger <[email protected]>
@mbrandenburger mbrandenburger changed the title Extend logger name replacer fix: Extend logger name replacer Oct 27, 2025
@mbrandenburger mbrandenburger requested a review from arner October 27, 2025 10:09
Copy link
Contributor

@adecaro adecaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mbrandenburger mbrandenburger merged commit 5953858 into hyperledger-labs:main Oct 27, 2025
20 checks passed
@mbrandenburger mbrandenburger deleted the logging-replacer branch October 27, 2025 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cleanup Something needs some cleanup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants