diff --git a/manifests/init.pp b/manifests/init.pp
index fb8d8e3..d013c93 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -50,5 +50,6 @@ class jeepyb (
     refreshonly => true,
     require     => Class['mysql::python'],
     subscribe   => Vcsrepo['/opt/jeepyb'],
+    logoutput   => true,
   }
 }