Skip to content

[TOW-1424] Logging improvements - #189

Merged
sammuti merged 1 commit into
developfrom
chore/TOW-1424-log-improvements
Feb 2, 2026
Merged

[TOW-1424] Logging improvements#189
sammuti merged 1 commit into
developfrom
chore/TOW-1424-log-improvements

Conversation

@sammuti

Copy link
Copy Markdown
Contributor

No description provided.

@sammuti
sammuti requested review from bradhe and CopilotJanuary 30, 2026 14:47

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR implements logging improvements across several crates, adding structured telemetry context to subprocess operations and fixing minor code style issues.

Changes:

  • Added telemetry context parameter and comprehensive logging throughout the subprocess package handling flow
  • Fixed missing semicolon and applied code formatting improvements in tower-uv
  • Applied code formatting cleanup in tower-cmd

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

FileDescription
crates/tower-uv/src/lib.rsAdded missing semicolon and reformatted multi-line code for consistency
crates/tower-runtime/src/subprocess.rsAdded telemetry context parameter and comprehensive debug/info/error logging throughout package receive and unpack operations
crates/tower-cmd/src/util/apps.rsReformatted error return statement to single line

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@sammuti
sammuti changed the base branch from main to developJanuary 30, 2026 22:53
@towertower deleted a comment from github-actionsBotJan 30, 2026

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@konstantinoscskonstantinoscs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

Err(e) => {
debug!("Failed to open lock file {:?}: {:?}", path, e);
continue
continue;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Curious how this compiled before...

@sammutisammutiFeb 2, 2026

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

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

Its not a problem here since the type gets coerced to File, so it was just a problem in terms of clarity

@sammuti
sammuti merged commit 6f38abf into developFeb 2, 2026
6 checks passed
@sammuti
sammuti deleted the chore/TOW-1424-log-improvements branch February 2, 2026 10:26
Sign up for freeto 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.

4 participants

@sammuti@bradhe@konstantinoscs