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 $PRODUCT_ROOT_D/admin/conf/panel.ini
file, the [log]
section.
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 $PRODUCT_ROOT_D/admin/conf/panel.ini.sample
file.