From 3ebb01adfe05326a96418bc97e6674a250601ccd Mon Sep 17 00:00:00 2001 From: mathieu-rohon Date: Tue, 9 Apr 2013 15:09:07 +0200 Subject: [PATCH] Enable debug logging in q-agt output when only q-agt is used, without q-svc, typically in a multi-host config, q-agt wasn't logging debug output. This change enable debug output, as it's done for q-l3, q-dhcp or q-meta agent. Change-Id: I1f49cf9994fa9cfbaa166dac8d4e713ba99c5674 Fixes: bug #1166775 --- lib/quantum | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/quantum b/lib/quantum index e2a0d5349f..b995a91162 100644 --- a/lib/quantum +++ b/lib/quantum @@ -538,6 +538,8 @@ function _configure_quantum_plugin_agent() { # Specify the default root helper prior to agent configuration to # ensure that an agent's configuration can override the default iniset /$Q_PLUGIN_CONF_FILE AGENT root_helper "$Q_RR_COMMAND" + iniset $QUANTUM_CONF DEFAULT verbose True + iniset $QUANTUM_CONF DEFAULT debug True # Configure agent for plugin quantum_plugin_configure_plugin_agent