• Resolved simongabaxial

    (@simongabaxial)


    I was wandering if it was normal that in the Logs tab during the whole csp integration it said No items found. What is this tab supposed to be use for? I would have expect to see errors in this tab.

Viewing 1 replies (of 1 total)
  • Plugin Author Giuseppe

    (@mociofiletto)

    Hi @simongabaxial,

    the “Log” tab shows log messages recorded in the database by the plugin during some operations, as clustering, capturing, etc..

    In the setting tab, you can choose the log level to use (the option sets the minimum severity level for the logs that will be recorded) and the log driver to use, choosing between “database” (the log messages are recorded in the database and showed in the “Log” tab) or “PHP error_log()” (the logs are sent to the console, or recorded in ../wp-content/debug.log if WP_DEBUG and WP_DEBUG_LOG is set to true in wp-config.php).

    If you choose to use “PHP error_log()” as the log driver, no output is showed in Log tab (even if previous logs were recorded).

    Try to enable the “database” driver and to lower the log level to record some messages.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.