stashnotifier-plugin icon indicating copy to clipboard operation
stashnotifier-plugin copied to clipboard

How to enable logs for this Plugin

Open tahirmehraj opened this issue 1 year ago • 1 comments
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

tahirmehraj avatar Nov 30 '23 15:11 tahirmehraj

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.

sghill avatar Dec 06 '23 00:12 sghill