Closed adriaanm closed 11 years ago
(Not sure assigning generates the right notification /cc @bantonsson)
Hmm. The log level seems to be respected after I opened this ticket :-). Weird.
Hi @adriaanm. Just got back from vacation and finally got deep enough in the stack of mails to see this. Is this still an issue?
No, I think this can be closed. Thanks for checking!
Oh, I'd still like to shorten the [prefix] if possible, but that's not urgent.
The [prefix] is the [thread name] followed by the [log source](normally the actor name)/
The easiest way to change the logging output is to configure akka to use slf4j as described here http://doc.akka.io/docs/akka/2.1.4/scala/logging.html#slf4j
I tried changing the log level to INFO in src/main/resources/application.conf, but I keep seeing lines like:
Also, I'd like to either drop the
[default-akka.actor.default-dispatcher-5] [akka://default/user/$a/$d/$a]
bit or learn how to interpret it :-)