Skip to content

tidy up environment logs#171

Merged
aluzzardi merged 1 commit intomainfrom
log-revamp
Jul 3, 2025
Merged

tidy up environment logs#171
aluzzardi merged 1 commit intomainfrom
log-revamp

Conversation

@aluzzardi
Copy link
Contributor

@aluzzardi aluzzardi commented Jul 2, 2025

  • Notes are added after the commit, instead of being applied to the previous commit.
  • Cleaner commit messages containing only the explaination. The "operation" part (e.g. write file foo) is a note.
  • Cleaned up command execution notes
  • More concise cu log output
Screenshot 2025-07-02 at 12 49 41 PM

@aluzzardi aluzzardi force-pushed the log-revamp branch 5 times, most recently from 6326c49 to 1abc0be Compare July 2, 2025 21:14
- Notes are added *after* the commit, instead of being applied to the
  previous commit.
- Cleaner commit messages containing only the explaination. The
  "operation" part (e.g. write file foo) is a note.
- Cleaned up command execution notes
- More concise `cu log` output

Signed-off-by: Andrea Luzzardi <al@dagger.io>
Copy link
Contributor

@cwlbraa cwlbraa left a comment

Choose a reason for hiding this comment

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

lgtm, other comment is non blocking but worth thinking on

assert.Contains(t, stagingLog, "Write config.json")
assert.Contains(t, stagingLog, "Create env")
assert.Contains(t, devLog, "Dev config")
assert.Contains(t, stagingLog, "Staging config")
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we wanna get a bit stricter in the tests about not having extraneous audit lines?

@aluzzardi aluzzardi merged commit 8cb3037 into main Jul 3, 2025
3 checks passed
@aluzzardi aluzzardi deleted the log-revamp branch July 3, 2025 17:09
gsnaiper pushed a commit to gsnaiper/container-use that referenced this pull request Nov 19, 2025
- Notes are added *after* the commit, instead of being applied to the
  previous commit.
- Cleaner commit messages containing only the explaination. The
  "operation" part (e.g. write file foo) is a note.
- Cleaned up command execution notes
- More concise `cu log` output

Signed-off-by: Andrea Luzzardi <al@dagger.io>
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