Enable debugging

In order to track own issues with the registrar module, you can enable debugging as follow.

  • $netim_debug
    If set to true, an entry in the logs will be created for each new function called in the module with its parameters (in the request) and its return (in the response).
    So, it is possible to know which parameters were given by Blesta to the module as well as what the module returned to Blesta for a particular function call.
  • $netim_api_debug
    If set to true, an entry in the logs will be created for every API call with its parameters (in the request) and its result (in the response).
    So, it is possible to track all communications between the module and Netim through the API.
  • $netim_check_debug
    If set to true, an entry in the logs will be created for every domain availability search and subject to the activation of $netim_debug and $netim_api_debug