stashnotifier-plugin
stashnotifier-plugin copied to clipboard
How to enable logs for this Plugin
trafficstars
Describe your use-case which is not covered by existing documentation.
I'd like to check if the plugin has made the requests to the Bitbucket Server sharing status inprogress and Success/Failure. How can I see that in the logs?
Reference any relevant documentation, other materials or issues/pull requests that can be used for inspiration.
No response
Are you interested in contributing to the documentation?
No response
Hi @tahirmehraj, this plugin logs to category org.jenkinsci.plugins.stashNotifier. By default it's using Apache HttpClient 4, so you can also enable logs of interest in the category org.apache.http.
Right now in case of error it will log to the build's console log, but it's a bit sparse otherwise.