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

Clean up logging #101

Closed
KenSuenobu opened this issue Jun 17, 2018 · 1 comment
Closed

Clean up logging #101

KenSuenobu opened this issue Jun 17, 2018 · 1 comment
Labels
cleanup Bulldozer time documentation General documentation good first issue Good for newcomers help wanted Extra attention is needed improvement Make something better than it was
Milestone

Comments

@KenSuenobu
Copy link
Owner

Remove dependency on spark-logging, as all it's providing is a LazyLogging class. I can easily add that to the core.util package in a log package, so do that instead.

@KenSuenobu KenSuenobu added help wanted Extra attention is needed good first issue Good for newcomers documentation General documentation improvement Make something better than it was cleanup Bulldozer time labels Jun 17, 2018
@KenSuenobu KenSuenobu added this to the 0.2.1 milestone Jun 17, 2018
@KenSuenobu
Copy link
Owner Author

Code completed. LazyLogging is no longer required. This was being used as a convenience, but I've created a SimpleLogger to handle the logging, which is about 5 lines of total code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Bulldozer time documentation General documentation good first issue Good for newcomers help wanted Extra attention is needed improvement Make something better than it was
Projects
None yet
Development

No branches or pull requests

1 participant