Browse code

Merge "Enable debug logging in q-agt output"

Jenkins authored on 2013/04/23 07:55:41
Showing 1 changed files
... ...
@@ -539,6 +539,8 @@ function _configure_quantum_plugin_agent() {
539 539
     # Specify the default root helper prior to agent configuration to
540 540
     # ensure that an agent's configuration can override the default
541 541
     iniset /$Q_PLUGIN_CONF_FILE AGENT root_helper "$Q_RR_COMMAND"
542
+    iniset $QUANTUM_CONF DEFAULT verbose True
543
+    iniset $QUANTUM_CONF DEFAULT debug True
542 544
 
543 545
     # Configure agent for plugin
544 546
     quantum_plugin_configure_plugin_agent