Setting Clerk logging-settings in WooCommerce

This article describes how you change Clerk’s way of logging in your WooCommerce backend.

First thing you have to do to change the logging settings is to go into your WooCommerce backend and choose Clerk in the left side menu:

Next, scroll down to the headline called Logging and choose your preferred settings:

To make the changes take effect, scroll to the bottom of the page and press Save:

The Logging settings include:

Log level

  • Only Errors: Will log any errors that stops the module from working correctly

  • Errror + Warn: Also logs warnings that are not causing the module to stop working, but might be necessary to fix as well.

  • Error + Warn + Debug: Logs everything that the module interacts with. This should not be enabled on a live webshop as it will slow down the site.

Log to

  • File: Will save the log to a file on the WooCommerce server.

  • my.clerk.io: Will log everything to Data->Logs in the my.clerk.io backend.