-
Notifications
You must be signed in to change notification settings - Fork 31
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
Make printing log of "Downloaded <filename> from <server>" optional #61
Comments
Hello, Thanks for taking the time to provide feedback! If this issue is important for you, I would advise you to contact the support team, providing additional info on your setup. First, they might be able to help quickly, but else they will help raise the priority of the issue and follow on it internally. Sébastien |
most likely it will be a feature request to the CLI team instead? I just realized that the Java plugin uses my 'cm' cli installed on jenkins nodes after all, so it can't control the log level of the cli command if such log level does not exist in it? |
Hi @Dmitry1987, thanks for your feedback! There's indeed a Regarding the issue with the config help, we'd need to look into it. Thanks for letting us know! |
that would be great, is it a simple change to allow such toggle, making
'on/off' the verbose log? let's say current will remain the default, but a
checkbox will do '--silent', for those who have massive numbers of files in
repo like we do.
…On Sat, Jun 10, 2023 at 3:50 PM Miguel ***@***.***> wrote:
Hi @Dmitry1987 <https://github.com/Dmitry1987>, thanks for your feedback!
There's indeed a --silent flag available to the cm switch or cm
setselector commands that we could add or toggle according to a config
setting.
Regarding the issue with the config help, we'd need to look into it.
Thanks for letting us know!
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACHPL6EUVWSS6TZ7LHKQCTTXKQYNXANCNFSM6AAAAAAY3ILM6A>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
What feature do you want to see added?
To allow disabling the log printed about every single file in a repository (possibly a multi-million files monorepo, like what we use plastic for) in order to not crash Jenkins browser page 😄.
The plugin prints all filenames that it downloads, making log of any large repo to be a mess (plus actually does crash the browser page in chrome for example, if we try to view that page which contains millions of lines about each file 'successfully downloaded from plastic server').
This log is not useful at all, and is really a debug or trace level information. Users should be able to disable printing that.
Upstream changes
not sure what's upstream, but this should be fairly simple, since it only affects verbosity of what's printed in Jenkins log page. Summarizing it as "N number of files were downloaded from server" by default, would make sense for most people IMHO.
The text was updated successfully, but these errors were encountered: