Our support process may require you to generate debug log files.


Workzone Add-on


In a terminal send the following request to your Bitbucket server instance. Use the admin account username, <host> and <port> of your instance


curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://host:port/rest/api/latest/logs/logger/com.izymes.workzone/debug


Reminders Add-on


In a terminal send the following request to your Bitbucket server instance. Use the admin account username, <host> and <port> of your instance


curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://host:port/rest/api/latest/logs/logger/com.izymes.stash.reminders/debug


Organizr Add-on


In a terminal send the following request to your Bitbucket server instance. Use the admin account username, <host> and <port> of your instance


curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://host:port/rest/api/latest/logs/logger/com.izymes.organizr/debug


Turning off debug logging


<package.name> is either of the keys used above. Example: com.izymes.workzone


curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://host:port/rest/api/latest/logs/logger/<package.name>/warn


Where are the logs?


Bitbucket Server logs can be found in <Bitbucket home directory>/log .