Пример конфига
akka {
actor {
debug {
receive = on
}
}
loggers = ["akka.event.slf4j.Slf4jLogger"]
loglevel = "DEBUG"
stdout-loglevel = "DEBUG"
redis-subscriber-worker-dispatcher {
mailbox-type = "akka.dispatch.SingleConsumerOnlyUnboundedMailbox"
# 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 = 512
}
}
типа
confedit file_config.conf --key akka.actor.debug.receive --set off
confedit file_config.conf --key akka.loglevel --set '"ERROR"'
И при этом не трогать форматирование других строк.
Перемещено hobbit из general