Plesk in VPS Cloud

  1. Login to OA Management Node
  2. Open /var/www/pvps/www/parallels-plesk-cloud/bootstrap.php for editing.
  3. Find the line:

    define('PVPS_LOG_LEVEL', 'INFO');
    

    and change it to:

    define('PVPS_LOG_LEVEL', 'DEBUG');
    
  4. Save the file
  5. With no services restart, Plesk in VPS Cloud application will start logging detailed data into /var/log/pa/pvps.log (OA 7.0) or /var/log/pvps.log (OA 6.0).

Plesk in VPS Panel

  1. Login to VE with the required Plesk in VPS Panel application instance.
  2. Open /usr/local/aps/<aps_uuid>/scripts/bootstrap.php for editing.
  3. Find the line:

    define('PVPS_LOG_LEVEL', 'INFO');
    

    and change it to:

    define('PVPS_LOG_LEVEL', 'DEBUG');
    
  4. Save the file.
  5. With no services restart, Plesk in VPS Panel application will start logging detailed data into /usr/local/aps/<aps_uuid>/var/log/pvps-panel.log.

Internal content