play-camel icon indicating copy to clipboard operation
play-camel copied to clipboard

Log output is redirected to stdout

Open romanr opened this issue 12 years ago • 1 comments

play run Has Camel log output dumped into stdout.

It shouldn't be dumping to stdout and use Play logger. And if it's dumping to stdout shouldn't it go to Play's system.out? Is there a way to configure logging to use Play logger?

play run

~        _            _ 
~  _ __ | | __ _ _  _| |
~ | '_ \| |/ _' | || |_|
~ |  __/|_|\____|\__ (_)
~ |_|            |__/   
~
~ play! 1.2.4, http://www.playframework.org
~ framework ID is developer
~
~ Ctrl+C to stop
~ 
Listening for transport dt_socket at address: 8000
May 3, 2012 12:26:34 AM net.sf.oval.internal.Log info
INFO: gnu.trove collection classes are available.

Can't load 'akka.conf'.
One of the three ways of locating the 'akka.conf' file needs to be defined:
    1. Define the '-Dakka.config=...' system property option.
    2. Put the 'akka.conf' file on the classpath.
    3. Define 'AKKA_HOME' environment variable pointing to the root of the Akka distribution.
I have no way of finding the 'akka.conf' configuration file.
Using default values everywhere.
[INFO]    [5/3/12 12:26 AM] [play-thread-1] [CamelContextManager$] Camel context initialized
[INFO]    [5/3/12 12:26 AM] [play-thread-1] [CamelContextManager$] Camel context started

romanr avatar May 02 '12 14:05 romanr