Docly Child

Enable debugging

Enable logs in the module

By default, the module is configured to not make logs in Blesta.

In order enable them, edit the module configuration file /config/netim.php in the module directory to set the variables below:

  • $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.