You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Reply to this email directly or view it on GitHub: #5
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
The text was updated successfully, but these errors were encountered: