| ... | ... |
@@ -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 |