summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cloudinit/cloud.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/cloud.py b/cloudinit/cloud.py
index a2a5cfdb..90679202 100644
--- a/cloudinit/cloud.py
+++ b/cloudinit/cloud.py
@@ -50,6 +50,7 @@ class Cloud(object):
# it is typically useful to cause the logging to be
# setup again.
def cycle_logging(self):
+ logging.resetLogging()
logging.setupLogging(self.cfg)
@property