Author: ceposta
Date: Tue Jul 30 13:59:56 2013
New Revision: 1508448

URL: http://svn.apache.org/r1508448
Log:
added log4j and keystore to the dir that IDERunner looks so running from IDE 
works a little better and can switch to ssl connectors easier

Added:
    
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks
   (with props)
    
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/log4j.properties

Added: 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks?rev=1508448&view=auto
==============================================================================
Files 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks
 (added) and 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks
 Tue Jul 30 13:59:56 2013 differ

Propchange: 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/apollo.ks
------------------------------------------------------------------------------
    svn:executable = *

Added: 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/log4j.properties
URL: 
http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/log4j.properties?rev=1508448&view=auto
==============================================================================
--- 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/log4j.properties
 (added)
+++ 
activemq/activemq-apollo/trunk/apollo-cli/src/test/resources/example-broker/etc/log4j.properties
 Tue Jul 30 13:59:56 2013
@@ -0,0 +1,47 @@
+## ---------------------------------------------------------------------------
+## Licensed to the Apache Software Foundation (ASF) under one or more
+## contributor license agreements.  See the NOTICE file distributed with
+## this work for additional information regarding copyright ownership.
+## The ASF licenses this file to You under the Apache License, Version 2.0
+## (the "License"); you may not use this file except in compliance with
+## the License.  You may obtain a copy of the License at
+## 
+## http://www.apache.org/licenses/LICENSE-2.0
+## 
+## Unless required by applicable law or agreed to in writing, software
+## distributed under the License is distributed on an "AS IS" BASIS,
+## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+## See the License for the specific language governing permissions and
+## limitations under the License.
+## ---------------------------------------------------------------------------
+
+#
+# Setup the default logging levels
+#
+log4j.rootLogger=DEBUG, console, apollo
+log4j.logger.org.apache.activemq.apollo=DEBUG
+
+
+#
+# Uncomment one of the following to enable debug logging
+#
+# log4j.logger.org.apache.activemq.apollo.broker=DEBUG
+# log4j.logger.org.apache.activemq.apollo.broker.store=DEBUG
+# log4j.logger.org.apache.activemq.apollo.stomp=DEBUG
+# log4j.logger.org.apache.activemq.apollo.web=DEBUG
+# log4j.logger.org.apache.activemq.apollo.cli=DEBUG
+
+# Console Settings
+log4j.appender.console=org.apache.log4j.ConsoleAppender
+log4j.appender.console.layout=org.apache.log4j.PatternLayout
+log4j.appender.console.layout.ConversionPattern=%-5p | %m%n
+log4j.appender.console.threshold=DEBUG
+
+# File Settings
+log4j.appender.apollo=org.apache.log4j.RollingFileAppender
+log4j.appender.apollo.file=${basedir}/target/test.log
+log4j.appender.apollo.maxFileSize=5MB
+log4j.appender.apollo.maxBackupIndex=5
+log4j.appender.apollo.append=true
+log4j.appender.apollo.layout=org.apache.log4j.PatternLayout
+log4j.appender.apollo.layout.ConversionPattern=%d | %-5p | %m | %c | %t%n


Reply via email to