-
Notifications
You must be signed in to change notification settings - Fork 377
Add log options documentation #1539
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
Conversation
7fce3d9
to
5b7f85d
Compare
Can we make the commit subject |
5b7f85d
to
0eaf545
Compare
/approve |
Adding the default values to the CLI help as well as the `--log-level` to the manpage. Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
0eaf545
to
29259e4
Compare
@@ -1,3 +1,4 @@ | |||
'\" t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used github.com/cpuguy83/go-md2man/v2@v2.0.4
to generate that, do we have another preferred version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just using the version available on Fedora, using the latest version is better
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -1,3 +1,4 @@ | |||
'\" t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was just using the version available on Fedora, using the latest version is better
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
podman system tests failed. @containers/packit-build please check. |
Ephemeral COPR build failed. @containers/packit-build please check. |
Adding the default values to the CLI help as well as the
--log-level
to the manpage.Part of #1525
Follow-up on #1527