Changes

Jump to: navigation, search

VM-Manager/Debugging

775 bytes added, 08:38, 10 October 2014
 
== Logfile location ==
 
* vm-manager is set to log via syslog by default
* the logfile should therefore be located here: <code>/var/log/syslog/vm-manager.log</code>
 
== Increase log verbosity ==
 
To get more debug output, change the <code>levels</code> parameter in <code>/var/www/localhost/htdocs/vm-manager/vm_config.php</code> to match the following:
 
<source lang='php'>
array(
'class' => 'ext.ESysLogRoute',
'logName' => 'vm-manager',
'logFacility' => LOG_LOCAL0,
'levels' => 'profile, trace, info, error, warning',
),
</source>
 
[[Category:Development]]