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

Enhance Logging for Docker Build Processes in ZenML #2254

Open
1 task
strickvl opened this issue Jan 10, 2024 · 0 comments
Open
1 task

Enhance Logging for Docker Build Processes in ZenML #2254

strickvl opened this issue Jan 10, 2024 · 0 comments
Labels
enhancement New feature or request internal To filter out internal PRs and issues

Comments

@strickvl
Copy link
Contributor

Open Source Contributors Welcomed!

Please comment below if you would like to work on this issue!

Contact Details [Optional]

[email protected]

What happened?

In the current ZenML framework, the process of building Docker images (or having them built by a cloud image builder) often lacks clear and informative log messages. Users may find it challenging to understand when and why certain Docker builds are used or not used in their workflows.

Task Description

Improve the logging mechanism in ZenML to provide clear and explicit messages about Docker build processes. This includes logging when Docker builds are initiated, used, or skipped, and the reasons behind these actions. Enhanced logging will aid users in better understanding and debugging their pipeline executions.

Expected Outcome

  • Users should receive clear log messages that inform them about the Docker build process, including when builds are triggered, used, or not used, along with the reasons.
  • Enhanced logging will improve transparency and aid in troubleshooting and optimizing pipeline executions.
  • The documentation should be updated, if necessary, to reflect the improved logging features and provide guidance on interpreting these logs. (Logs shown in documentation might also need updating, depending on whether the output would have been updated by this change.)

Steps to Implement

  • Review the current Docker build process and identify key points where logging can be improved.
  • Implement detailed and user-friendly log messages that accurately describe the Docker build process and its context within the pipeline execution.
  • Ensure that the reasons for using or skipping Docker builds are clearly communicated in the logs.
  • Test the updated logging in various scenarios to ensure the messages are clear, accurate, and helpful.
  • Update any relevant documentation to guide users on the new log messages related to Docker builds.

Additional Context

Providing detailed and clear logs around Docker builds is crucial for a seamless and transparent user experience, especially for those managing complex pipelines in ZenML.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@strickvl strickvl added enhancement New feature or request internal To filter out internal PRs and issues labels Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request internal To filter out internal PRs and issues
Projects
None yet
Development

No branches or pull requests

1 participant