Logging improvement (removing hibernate started)
------------------------------------------------
Key: ODE-361
URL: https://issues.apache.org/jira/browse/ODE-361
Project: ODE
Issue Type: Improvement
Components: JBI Integration
Environment: JBI
Reporter: Rafal Rusin
This log is annoying. Please apply this patch:
Index: src/main/java/org/apache/ode/jbi/OdeLifeCycle.java
===================================================================
--- src/main/java/org/apache/ode/jbi/OdeLifeCycle.java (revision 44141)
+++ src/main/java/org/apache/ode/jbi/OdeLifeCycle.java (working copy)
@@ -115,8 +115,6 @@
__log.debug("Starting Dao.");
initDao();
- __log.info("Hibernate started.");
-
__log.debug("Starting BPEL server.");
initBpelServer();
Regards
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.