Make Eclipse log less verbose
[lgpl/argeo-commons.git] / org.argeo.cms / src / org / argeo / cms / internal / kernel / NodeLogger.java
index f7d6df811a6e798dbc95908a6ff9fd78bdc434a3..133d82496f67258e21fc13fffa0a3f8f01008cc1 100644 (file)
@@ -180,7 +180,8 @@ class NodeLogger implements ArgeoLogger, LogListener {
                        // FIXME Fix Argeo TP
                        if (status.getException() instanceof SignatureException)
                                return;
-                       pluginLog.error(msg(status), status.getException());
+                       // pluginLog.error(msg(status), status.getException());
+                       pluginLog.error(msg(status));
                } else if (severity == LogService.LOG_WARNING)
                        pluginLog.warn(msg(status), status.getException());
                else if (severity == LogService.LOG_INFO && pluginLog.isDebugEnabled())