Add default configuration and set correct loggers

master
David BRASSELY 2014-02-06 10:52:58 +01:00
parent 5ea76f753a
commit 6bfc647b86
2 changed files with 20 additions and 2 deletions

View File

@ -56,5 +56,4 @@ net.openesb.standalone.logger.FileHandler.formatter=java.util.logging.SimpleForm
# Here, the level for each package is specified.
# The global level is used by default, so levels
# specified here simply act as an override.
com.sun.jbi.level=INFO
com.sun.jbi.framework.level=INFO
com.atomikos.level=WARN

View File

@ -0,0 +1,19 @@
#################################### Instance #####################################
# instance.name: server
# instance.port: 8699
################################### Cluster #######################################
# Cluster name identifies your cluster for auto-discovery. If you're running
# multiple clusters on the same network, make sure you're using unique names.
#
# cluster.name: openesb
##################################### HTTP ########################################
# Set a custom port to listen for HTTP traffic:
#
# http.port: 4848
# Disable HTTP completely:
#
# http.enabled: false