Author: kwall
Date: Fri Jan 10 08:32:01 2014
New Revision: 1557052
URL: http://svn.apache.org/r1557052
Log:
QPID-5429: [Java Broker] Exceptions causing startup failure now written to
qpid.log too
Previously, such exceptions were only written to stderr. This change means that
they written to qpid.log too,
allowing configuration problems etc to be understood by refering to the one
file.
Modified:
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java
Modified:
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java
URL:
http://svn.apache.org/viewvc/qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java?rev=1557052&r1=1557051&r2=1557052&view=diff
==============================================================================
---
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java
(original)
+++
qpid/trunk/qpid/java/broker-core/src/main/java/org/apache/qpid/server/Broker.java
Fri Jan 10 08:32:01 2014
@@ -123,6 +123,7 @@ public class Broker
}
catch(Exception e)
{
+ LOGGER.fatal("Exception during startup", e);
try
{
_applicationRegistry.close();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]