Enable debugging

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

Edit the module configuration file netim.php in the module directory to set the settings below:

  • function-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 WISECP to the module as well as what the module returned to WISECP for a particular function call.
  • 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.
  • questioning-debug
    If set to true, an entry in the logs will be created for every domain availability search.
  • cron-debug
    If set to true, an entry in the logs will be created for every module cron job execution.