Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce logging-derivation-annotations package. #1333

Merged
merged 10 commits into from
Sep 17, 2024

Conversation

FunFunFine
Copy link
Member

This MR allows adding Loggable derivation annontations to clases that are sensetive to the dependencies.

.dependsOn(loggingStr)
.dependsOn(loggingStr, loggingDerivationAnnotations)

lazy val loggingDerivationAnnotations = projectMatrix
Copy link
Collaborator

Choose a reason for hiding this comment

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

You also need to add this porjetc to aggregated logging module here -

tofu/build.sbt

Line 262 in f8d62e5

(loggingLogstashLogback, true, true),
as (loggingDerivationAnnotations, true, true)

Otherwise it won't be published

@dos65 dos65 merged commit e9896b1 into master Sep 17, 2024
9 checks passed
@mergify mergify bot deleted the logging-derivation-annotations branch September 17, 2024 09:58
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.

3 participants