Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.16.0
-
None
-
None
-
Unknown
Description
Kura console doesn't print (or log) a stacktrace if exception is thrown in KuraRouter#start() method. It makes debugging Kura module really difficult.
We should intercept the exception thrown by the KuraRouter#start() and log these on STDERR and to Kura logger before we let it propagate to the OSGi framework.