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

Suppress logs when uploading to s3 #31

Open
j3ffrw opened this issue May 24, 2018 · 3 comments
Open

Suppress logs when uploading to s3 #31

j3ffrw opened this issue May 24, 2018 · 3 comments

Comments

@j3ffrw
Copy link

j3ffrw commented May 24, 2018

Given the ff

org.codehaus.mojo
wagon-maven-plugin
1.0


deploy-release
post-integration-test

upload


aws-release
s3://mybucket/report/
${project.build.directory}/report/view
${project.version}



How do suppress the logging of s3 upload for each file?, my use case is that my project generate lots of report and logging them one by one, spams the log.
Sample logs to supress:
[INFO] Uploading /myproject/target/report/view/images/built-by-maven.png to s3://myproject/report//0.0.1-SNAPSHOT/images/built-by-maven.png ...
[INFO] Uploading: s3://myproject/report/view/0.0.1-SNAPSHOT/images/built-by-maven.png

@github-actions
Copy link

This issue is stale because it has been open 365 days with no activity. Remove stale label or comment or this will be closed in 30 days.

@github-actions github-actions bot added the Stale label Oct 28, 2023
@bmarwell
Copy link
Contributor

@j3ffrw if you are still interested, I could implement a 'quiet' parameter for the upcoming 3.0.0 release. Or you could just create a PR yourself!

@github-actions github-actions bot removed the Stale label Oct 31, 2023
@j3ffrw
Copy link
Author

j3ffrw commented Nov 1, 2023

hi @bmarwell , thank you for looking into this, having a "quiet" parameter is nice to have and I'll be willing to wait for the 3.0.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants