diff --git a/conf/params.distrib.xml b/conf/params.distrib.xml
index c11fad3..0992f35 100644
--- a/conf/params.distrib.xml
+++ b/conf/params.distrib.xml
@@ -107,5 +107,5 @@
- Y-m-d
+ Y-m-d H:i:s
diff --git a/core/collector.class.inc.php b/core/collector.class.inc.php
index 3b4d624..f09c582 100644
--- a/core/collector.class.inc.php
+++ b/core/collector.class.inc.php
@@ -708,6 +708,8 @@ public function Synchronize($iMaxChunkSize = 0)
Utils::Log(LOG_ERR, $sTrimmedOutput);
return false;
+ } else {
+ Utils::Log(LOG_DEBUG, $sTrimmedOutput);
}
}