From b2c85b020185c9d5bcc89cfe9d4166405d1b404a Mon Sep 17 00:00:00 2001 From: Ivan Topolnak Date: Thu, 8 Aug 2013 15:18:35 -0300 Subject: wip --- kamon-core/src/main/resources/application.conf | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to 'kamon-core/src/main/resources/application.conf') 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 -- cgit v1.2.3