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

chore(shorebird_cli): add logging around artifact creation #565

Merged
merged 1 commit into from
May 30, 2023

Conversation

bryanoltman
Copy link
Contributor

Description

Add logs when creating individual artifacts in shorebird release and shorebird patch.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@bryanoltman bryanoltman requested review from eseidel and felangel May 30, 2023 20:18
@@ -398,6 +398,7 @@ If you believe you're seeing this in error, please reach out to us for support a
archMetadata.path,
'libapp.so',
);
logger.detail('Creating artifact for $patchArtifactPath');
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@felangel we've been using [DOMAIN] prefixes elsewhere, but I'm not sure what a sensible one would be for the top-level command. Maybe we don't need one? Thoughts?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yeah I guess we don't need one here

@bryanoltman bryanoltman merged commit 1311f74 into main May 30, 2023
@bryanoltman bryanoltman deleted the bo/artifact-logging branch May 30, 2023 20:46
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.

2 participants