Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In org.apache.felix.main.AutoProcessor, all of the error handling goes through System.err.println. Could this please be updated to use a proper logger instead. Additionally, on line 209 (the catch block for bundle install) The stack trace is not included in the current error output and the bundle is ommited as well, making it very difficult to track down the bundle responsable without stepping through the code itself.