Reactivate stack traces in OSGi logging.
authorMathieu Baudier <mbaudier@argeo.org>
Wed, 29 May 2019 09:12:14 +0000 (11:12 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Wed, 29 May 2019 09:12:14 +0000 (11:12 +0200)
org.argeo.cms/src/org/argeo/cms/internal/kernel/NodeLogger.java

index 5571d70acc81e3323da4135d1f0320334ad0f583..0c5899795a73fb4d29638a337dee8e00a3ec4c7e 100644 (file)
@@ -180,8 +180,7 @@ 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), status.getException());
                } else if (severity == LogService.LOG_WARNING)
                        pluginLog.warn(msg(status), status.getException());
                else if (severity == LogService.LOG_INFO && pluginLog.isDebugEnabled())