Skip to content

Add tracing with --verbose and --quiet flags#14

Merged
ghostspice merged 1 commit into
0.1.xfrom
align/2.8-tracing
Apr 17, 2026
Merged

Add tracing with --verbose and --quiet flags#14
ghostspice merged 1 commit into
0.1.xfrom
align/2.8-tracing

Conversation

@ghostspice

@ghostspice ghostspice commented Apr 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Adds tracing and tracing-subscriber dependencies
  • New --verbose and --quiet global flags (mutually exclusive)
  • init_tracing() helper maps verbose→debug, quiet→error, default→warn
  • Mirrors the gitlab-cli tracing pattern

Part of alignment plan item 2.8.

Test plan

  • cargo check passes
  • youtrack-cli --verbose issue list shows debug output
  • youtrack-cli --quiet issue list suppresses warnings

🤖 Generated with Claude Code

Adds tracing + tracing-subscriber dependencies and wires up an
init_tracing() helper that maps --verbose to debug level and --quiet
to error-only. Default level is warn. Mirrors the gitlab-cli pattern.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ghostspice ghostspice merged commit 4fb103c into 0.1.x Apr 17, 2026
4 of 8 checks passed
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.

1 participant