Skip to content

Cleanup debug log messages when loading stages #5125

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

Merged
merged 3 commits into from
Dec 18, 2020

Conversation

skshetry
Copy link
Collaborator

  1. Simplified callback stage debug message
  2. Reduced no lock entry message to trace
    If lock file does not have some entry, it will simply complain
    that lock file is not up to date once.
    If there is no lock file or empty lock file, it will complain that lock file not found.
  3. Annoying parametrization related wdir-interpolated debug message removed.

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

1. Simplified callback stage debug message
2. Reduced no lock entry message to trace
   If lockfile does not have some entry, it will simply complain
   that lockfile is not uptodate once.
   If there is no lockfile or empty lockfile, it will complain that
   lockfile not found.
3. Annoying parametrization related wdir-interpolated debug message
   removed.
@skshetry skshetry added enhancement Enhances DVC ui user interface / interaction labels Dec 17, 2020
@skshetry skshetry requested a review from efiop December 17, 2020 11:13
@skshetry skshetry self-assigned this Dec 17, 2020
@@ -256,12 +256,7 @@ def changed_deps(self):
return False

if self.is_callback:
Copy link
Contributor

Choose a reason for hiding this comment

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

The whole callback logic can be deleted now, it has been obsoleted since 1.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

How so? The callback is still present on the outputs during run/repro, so let's remove it later at the same time.

Copy link
Contributor

Choose a reason for hiding this comment

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

We have a checkbox #4841 . Sure, can do that separately, just saying.

@efiop efiop merged commit 7e2520c into iterative:master Dec 18, 2020
@skshetry skshetry deleted the cleanup-ui branch December 18, 2020 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhances DVC ui user interface / interaction
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants