Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Command to enable debug logging

curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://localhost:7990/rest/api/latest/logs/logger/com.isroot/debug

...

Tip

A successful command generates this entry in your Bitbucket log:
com.isroot Switching to log level [debug]

Confirm this entry is present before proceeding with further debug testing.

Command to disable debug logging

curl -u admin -v -X PUT -d "" -H "Content-Type: application/json" http://localhost:7990/rest/api/latest/logs/logger/com.isroot/info

...