Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: logging started getting pretty noisy #1419

Merged
merged 3 commits into from
Jan 27, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A CLI helper for developing Wolfi

```
-h, --help help for wolfictl
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Commands for consuming and maintaining security advisory data
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_alias.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Commands for discovering vulnerability aliases
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_alias_discover.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ than attempting any kind of merge of the separate advisories.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_alias_find.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ hyperlinked to the relevant webpage from the upstream data source.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ of the event to now. The command will not copy events of type "detection", "fixe
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ newly created advisory and any other advisories for the same package.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ See the advisory data differences introduced by your local changes
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_discover.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Automatically create advisories by matching distro packages to vulnerabilities i
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Launch an interactive guide to help you enter advisory data for a package
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_guide_graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Generate a DOT graph of the advisory guide interview questions
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_id.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Generate a new advisory ID
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ flag. This will report just the count, not the full list of advisories.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_osv.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ directory must already exist before running the command.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_secdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Build an Alpine-style security database from advisory data
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_update.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ required fields are missing.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_validate.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ print an error message that specifies where and how the data is invalid.
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_advisory_validate_fixes.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Validate fixes recorded in advisories
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_apk.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_apk_cp.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wolfictl apk cp [flags]
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_apk_ls.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ wolfictl apk ls https://packages.wolfi.dev/os/x86_64/APKINDEX.tar.gz
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_bump.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ wolfictl bump openssh.yaml perl lib*.yaml
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_check.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Subcommands used for CI checks in Wolfi
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_check_diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Create a diff comparing proposed apk changes following a melange build, to the l
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_check_so-name.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Check so name files have not changed in upgrade
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_dot.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Open browser to explore crane's deps recursively, only showing a minimum subgrap
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_gh.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Commands used to interact with GitHub
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_gh_gc.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Garbage collection commands used with GitHub
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_gh_gc_branch.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wolfictl gh gc branch https://github.com/wolfi-dev/os --match "wolfictl-"
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_gh_gc_issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wolfictl gc issues https://github.com/wolfi-dev/versions --match "version-stream
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_gh_release.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ wolfictl gh release --bump-prerelease-with-prefix rc
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_image.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_image_apk.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Show APK(s) in a container image
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Lint the code
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_lint_yam.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wolfictl lint yam [file]... [flags]
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ wolfictl ruby check-upgrade . --ruby-version 3.2 --ruby-upgrade-version 3.3
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_ruby_check-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ wolfictl ruby check-upgrade . --ruby-version 3.2 --ruby-upgrade-version 3.3
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_ruby_code-search.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ wolfictl ruby code-search . --ruby-version 3.2 --search-terms 'language:ruby rac
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_scan.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ wolfictl scan package1 package2 --remote
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_version.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Prints the version
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/cmd/wolfictl_withdraw.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ withdraw --signing-key ./foo.rsa example-pkg-1.2.3-r4 also-bad-2.3.4-r1 <old/APK
### Options inherited from parent commands

```
--log-level string log level (e.g. debug, info, warn, error) (default "INFO")
--log-level string log level (e.g. debug, info, warn, error) (default "WARN")
```

### SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/wolfictl-advisory-alias-discover.1
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ than attempting any kind of merge of the separate advisories.

.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-log\-level\fP="INFO"
\fB\-\-log\-level\fP="WARN"
log level (e.g. debug, info, warn, error)


Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/wolfictl-advisory-alias-find.1
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ hyperlinked to the relevant webpage from the upstream data source.

.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-log\-level\fP="INFO"
\fB\-\-log\-level\fP="WARN"
log level (e.g. debug, info, warn, error)


Expand Down
2 changes: 1 addition & 1 deletion docs/man/man1/wolfictl-advisory-alias.1
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Commands for discovering vulnerability aliases

.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-log\-level\fP="INFO"
\fB\-\-log\-level\fP="WARN"
log level (e.g. debug, info, warn, error)


Expand Down
Loading
Loading