How to access details logging information?
Enable debug logging
You can enable the debug logging via the default mechanism of Bitbucket. https://confluence.atlassian.com/bitbucketserver/bitbucket-server-debug-logging-776640147.html
As described in this document you can enable specific logger. The Smart Commit Checkerfor Bitbucket logger has the name sccb-logger You can enable it via the Bitbucket properties file or you can enable it via the following curl command.
#enable
curl -u <your-admin-user> -v -X PUT -d "" -H "Content-Type: application/json" http://<your-server>/rest/api/latest/logs/logger/sccb-logger/debug
Attention: Please disable this logging again after you have done your investigation
#disable
curl -u <your-admin-user> -v -X PUT -d "" -H "Content-Type: application/json" http://<your-server>/rest/api/latest/logs/logger/sccb-logger/info
How to filter all Smart Commits Checker for Bitbucket entries?
Each log entry will start with the prefix “sccb-logger
”. To see only Smart Commits Checker for Bitbucket log entries, just filter the entries regarding the keyword “sccb-logger
”.
Support
If you have technical issues, please provide the support zip or the log files to the ticket or email. Thank you in advance.