summaryrefslogtreecommitdiff
path: root/cloudinit/reporting/handlers.py
diff options
context:
space:
mode:
Diffstat (limited to 'cloudinit/reporting/handlers.py')
-rw-r--r--cloudinit/reporting/handlers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cloudinit/reporting/handlers.py b/cloudinit/reporting/handlers.py
index 172679cc..5ed3cb84 100644
--- a/cloudinit/reporting/handlers.py
+++ b/cloudinit/reporting/handlers.py
@@ -23,6 +23,7 @@ class ReportingHandler(object):
@abc.abstractmethod
def publish_event(self, event):
"""Publish an event to the ``INFO`` log level."""
+ print(event.as_string())
class LogHandler(ReportingHandler):