Skip to content

common: Expose "http" debug key in common code

While this debug log is implemented exclusively in the HTTP module, in most circumstances it does not get loaded early enough for the debug key to be displayed by TRACKER_DEBUG=help.

Register this debug key also in the common code, so that it will be ensured to appear in the help output.

Merge request reports