This is documentation for Plesk 12.5.
Go to documentation for the latest version, Plesk Obsidian.
Configuring Logging
Starting from Plesk 11.5, you can configure logging in the [log]
section of the %plesk_dir%\admin\conf\panel.ini
file (where %plesk_dir%
is the system variable defining the folder where Plesk is installed).
To enable or disable logging of SQL queries performed on the Plesk database, use the log.show.sql_query
parameter, for example:
log.show.sql_query=true
To enable or disable the support for multithreaded logging, use the log.show.thread
parameter, for example:
log.show.thread=true
See more parameters in the %plesk_dir%\admin\conf\panel.ini.sample
file.