Documentation ¶ Overview ¶ Package logging configures the CLI's structured logger (log/slog). Logs go to stderr so stdout stays reserved for results/SBOM/JSON output. Index ¶ func Configure(verbose bool) *slog.Logger Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Configure ¶ func Configure(verbose bool) *slog.Logger Configure builds a text slog.Logger on stderr, installs it as the default logger, and returns it. When verbose is true the level is Debug; otherwise Warn — so normal runs stay quiet and only surface warnings and errors. Types ¶ This section is empty. Source Files ¶ View all Source files logging.go Click to show internal directories. Click to hide internal directories.