typesafehub / ghpullrequest-validator

A simple utility to run pull requests against jenkins jobs. Uses Akka.
30 stars 9 forks source link

quiet down logging #46

Closed adriaanm closed 11 years ago

adriaanm commented 11 years ago

I tried changing the log level to INFO in src/main/resources/application.conf, but I keep seeing lines like:

[DEBUG] [07/09/2013 23:32:03.949] [default-akka.actor.default-dispatcher-5] [akka://default/user/$a/$d/$a] ....

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 :-)

adriaanm commented 11 years ago

(Not sure assigning generates the right notification /cc @bantonsson)

adriaanm commented 11 years ago

Hmm. The log level seems to be respected after I opened this ticket :-). Weird.

bantonsson commented 11 years ago

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?

adriaanm commented 11 years ago

No, I think this can be closed. Thanks for checking!

adriaanm commented 11 years ago

Oh, I'd still like to shorten the [prefix] if possible, but that's not urgent.

bantonsson commented 11 years ago

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