Very verbose output in Jenkins Log?
See original GitHub issueSifting through the Jenkins log, I found this output:
--- [SNIP] ---
INFO: Setting class org.jfrog.hudson.ArtifactoryServer.artifactoryUrl = http://artifactory.domain.local/artifactory
Jun 27, 2018 4:03:22 PM org.jenkinsci.plugins.casc.DataBoundConfigurator configure
INFO: Setting class org.jfrog.hudson.CredentialsConfig.username = [For my eyes only]
Jun 27, 2018 4:03:22 PM org.jenkinsci.plugins.casc.DataBoundConfigurator configure
INFO: Setting class org.jfrog.hudson.CredentialsConfig.password = [For my eyes only]
--- [SNIP] ---
The above is only a snippet of the output of JCASC. Knowing that this is an ALPHA of the plugin, I’ll dismiss this as being output that will be quietened upon release. Just worried that all our magic passwords and such are readable in clear text in the Jenkins log.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Viewing logs - Jenkins
Create a file logging.properties · Define the logging levels and a ConsoleHandler · Pass this file to the JVM by adding the system...
Read more >How to produce debug information in the Jenkins console log ...
Off the top of my head, you can debug Jenkins plugin using the logs options: - https://wiki.jenkins-ci.org/display/JENKINS/Logging. Loggers:.
Read more >Verbose output from Jenkins CI with Subversion
So I want to know if there's a way to tell Jenkins to be more verbose, of if Jenkins leaves verbosity up to...
Read more >Jenkins Logs - Viewing and Customizing - phoenixNAP
1. To access this log, click the Manage Jenkins link on the right-hand side of the dashboard. Open Jenkins settings · 2. Click...
Read more >Make Jenkins logs pretty | Opensource.com
In the Groovy code, logging is sparse; many times, it consists of grayed-out text in the command without details. In the shell scripts, ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
just wanted to clarify if we still had #225 back or if this is just about plugin verbosity in logs. Which I can guarantee you will find useful if/once something doesn’t work as expected 😃
@ndeloof Right now, it’s a mix. In the holy name of It’s not ready for production, I’m not all that strict. Not to worry, I’ll clean out any clear text sensitive data when the plugin is ready for production usage.