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

fix ZLogs #115

Merged
merged 2 commits into from
Jan 21, 2020
Merged

fix ZLogs #115

merged 2 commits into from
Jan 21, 2020

Conversation

road21
Copy link
Contributor

@road21 road21 commented Jan 15, 2020

Fix unusable trait ZLogs

}
}

val ZLogs: ZLogsOps.type = ZLogsOps
Copy link
Member

Choose a reason for hiding this comment

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

That is unusual encoding, what does that fix?
Also why do we define package object logging in the module that doesn't own package logging
What if we decide to define package object logging in the logging core?
Would it be more wise define those in the tofu.logging.zio package?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I just wanted to keep structure tofu.logging.ZLogs, but I totally agree that it will be much better to make separate tofu.logging.zio. Otherwise if we decide to define package object in core it will be unaccessible.
Fixed.

@road21 road21 requested a review from Odomontois January 16, 2020 16:12
@Odomontois Odomontois merged commit cfa9663 into tofu-tf:master Jan 21, 2020
Sign up for free to 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.

2 participants