aboutsummaryrefslogtreecommitdiff
path: root/kamon-core/src/main/resources
diff options
context:
space:
mode:
authorIvan Topolnak <ivantopo@gmail.com>2013-08-08 15:18:35 -0300
committerIvan Topolnak <ivantopo@gmail.com>2013-08-08 15:18:35 -0300
commit66957f2632eaccae4e3a354b8787fded8c6369d2 (patch)
treecfc335896aafe8ff9e5cb7969ba4384f09c7b462 /kamon-core/src/main/resources
parent923b88e8adef2f66b43e551fa4a0a1bbae5af7ff (diff)
downloadKamon-66957f2632eaccae4e3a354b8787fded8c6369d2.tar.gz
Kamon-66957f2632eaccae4e3a354b8787fded8c6369d2.tar.bz2
Kamon-66957f2632eaccae4e3a354b8787fded8c6369d2.zip
wip
Diffstat (limited to 'kamon-core/src/main/resources')
-rw-r--r--kamon-core/src/main/resources/application.conf22
1 files changed, 3 insertions, 19 deletions
diff --git a/kamon-core/src/main/resources/application.conf b/kamon-core/src/main/resources/application.conf
index 370acae9..fb69ecd4 100644
--- a/kamon-core/src/main/resources/application.conf
+++ b/kamon-core/src/main/resources/application.conf
@@ -1,4 +1,7 @@
akka {
+ loglevel = DEBUG
+ stdout-loglevel = DEBUG
+ log-dead-letters = on
actor {
default-dispatcher {
fork-join-executor {
@@ -19,25 +22,6 @@ akka {
}
}
-# Dispatcher is the name of the event-based dispatcher
-#type = Dispatcher
-
-# What kind of ExecutionService to use
-#executor = "kamon.executor.InstrumentedExecutorServiceConfigurator"
-
-# Min number of threads to cap factor-based parallelism number to
-#parallelism-min = 2
-
-# Parallelism (threads) ... ceil(available processors * factor)
-#parallelism-factor = 2.0
-
-# Max number of threads to cap factor-based parallelism number to
-#parallelism-max = 10
-
-# Throughput defines the maximum number of messages to be
-# processed per actor before the thread jumps to the next actor.
-# Set to 1 for as fair as possible.
-#throughput = 100