VM-Manager/Debugging

From stoney cloud
Jump to: navigation, search

Logfile location

  • vm-manager is set to log via syslog by default
  • the logfile should therefore be located here: /var/log/syslog/vm-manager.log

Increase log verbosity

To get more debug output, change the levels parameter in /var/www/localhost/htdocs/vm-manager/vm_config.php to match the following:

                                array(
                                        'class'       => 'ext.ESysLogRoute',
                                        'logName'     => 'vm-manager',
                                        'logFacility' => LOG_LOCAL0,
                                        'levels'      => 'profile, trace, info, error, warning',
                                ),