Reduce the size of your Mollie log file

Before you start

Steps

  1. Log in to your Gambio dashboard.

  2. Go to Toolkit icon-wrench.png > Show logs.

    A URL with the following format appears in your browser address bar: https://[domain name]/admin/admin.php?do=Logging

  3. In the URL of your browser, replace Logging with MollieSupport and press Enter.

    The Mollie log file contents appear.

    screenshot-mollie-logfile-debug-mode-enabled.png

    If isDebugModeEnabled is true, continue the steps below to change its value and reduce the size of your log files. Otherwise, the Mollie plugin already only logs errors and warning messages.

  4. Open your REST client and create a POST request to the API method that changes the value of the isDebugModeEnabled key to false.

    Table 3. POST parameters

    Parameter

    Value

    Authorisation type

    Bearer token

    Token

    [your Mollie live API key]

    Request URL

    https://[domain name]/admin/admin.php?do=MollieSupport

    Request body

    {"isDebugModeEnabled"="false"}



  5. Repeat step 2 above to confirm that the value of the isDebugModeEnabled key is now false.

    screenshot-mollie-logfile-debug-mode-disabled.png