Articles in this section

How to enable debug / additional log in Web Presence Builder

DoNotDelete:docref kb: how-to Plesk for Linux

Applicable to:

  • Plesk for Linux
  • Web Presence Builder for Linux

Question

How to enable debug and or additional log in Presence Builder?

Answer

  • To enable debug logging add the following [debug] section to Presence Builder config at /usr/local/sb/config. Use only "1" or "0":

    # grep -i debug /usr/local/sb/config
    [debug]
    debug=1

  • To enable additional logging set the following values in Presence Builder config under the [log] section:

    CONFIG_TEXT: [log]
    system_log_level = 1
    security_log_level = 1

  • Default values are as following:

    CONFIG_TEXT: [log]
    system_log_level = 2
    security_log_level = 2

Note: Since Plesk 18.0.50 some errors might be shown in logs only with disabled debug for Web Presence Builder.

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.