mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-01-08 22:08:03 -05:00
CHANGES - Add --debug flag controlling runtime logging verbosity levels - Introduce internal/log package with Off, Basic, Detailed, Trace - Replace ad-hoc Debugf and globals with centralized debug logger - Wire debug level during early CLI argument parsing - Add bash, zsh, fish completions for --debug levels - Document debug levels in README with usage examples - Add comprehensive STT guide covering models, flags, workflows - Simplify splitAudioFile signature and log ffmpeg chunking operations - Remove FABRIC_STT_DEBUG environment variable and related code - Clean minor code paths in vendors and template modules
8 lines
456 B
Plaintext
8 lines
456 B
Plaintext
### PR [#1718](https://github.com/danielmiessler/Fabric/pull/1718) by [ksylvan](https://github.com/ksylvan): Implement Configurable Debug Logging Levels
|
|
|
|
- Add --debug flag controlling runtime logging verbosity levels
|
|
- Introduce internal/log package with Off, Basic, Detailed, Trace
|
|
- Replace ad-hoc Debugf and globals with centralized debug logger
|
|
- Wire debug level during early CLI argument parsing
|
|
- Add bash, zsh, fish completions for --debug levels
|