question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Very verbose output in Jenkins Log?

See original GitHub issue

Sifting 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:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ndeloofcommented, Jul 3, 2018

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 😃

0reactions
jonbrohaugecommented, Jul 3, 2018

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found