Explained level options with examples#369
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for the --log-level option by providing a dedicated "Log Levels" section with usage guidance and practical examples. This addresses issue #338 by making it easier for users to understand when and how to use different log levels.
Changes:
- Renamed "Command Reference" heading to "Reference" for brevity
- Added "Log Levels" section with a table describing when to use each level
- Provided three concrete examples showing INFO (default), NONE, and DEBUG output
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #369 +/- ##
=======================================
Coverage 91.92% 91.92%
=======================================
Files 15 15
Lines 1127 1127
Branches 140 140
=======================================
Hits 1036 1036
Misses 69 69
Partials 22 22 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| Control duct's verbosity with `--log-level` (or `DUCT_LOG_LEVEL` environment variable): | ||
|
|
||
| | Level | Use when... | | ||
| |-------|-------------| |
There was a problem hiding this comment.
went with center for levels, left for the text. thanks!
|
'Explained level options with examples' for PR title (CHANGELOG) One minor style suggestion These docs are getting quite sophisticated |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
23fe39a to
915d715
Compare

Closes #338