Skip to content

Commit

Permalink
Toggled log config to allow nested blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Simpson committed Jan 3, 2011
1 parent a812852 commit 51ca75c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .classpath
Expand Up @@ -23,8 +23,8 @@
<classpathentry exported="true" kind="lib" path="lib_managed/scala_2.8.0/compile/xSocket-2.8.14.jar"/>
<classpathentry exported="true" kind="lib" path="lib_managed/scala_2.8.0/compile/commons-codec-1.4.jar"/>
<classpathentry exported="true" kind="lib" path="project/boot/scala-2.8.0/lib/scala-compiler.jar"/>
<classpathentry kind="lib" path="lib_managed/scala_2.8.0/compile/concurrentlinkedhashmap-lru-1.1.jar"/>
<classpathentry kind="lib" path="lib_managed/scala_2.8.0/compile/commons-collections-3.2.1.jar"/>
<classpathentry kind="lib" path="lib_managed/scala_2.8.0/compile/mongo-java-driver-2.4.jar"/>
<classpathentry exported="true" kind="lib" path="lib_managed/scala_2.8.0/compile/concurrentlinkedhashmap-lru-1.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib_managed/scala_2.8.0/compile/commons-collections-3.2.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib_managed/scala_2.8.0/compile/mongo-java-driver-2.4.jar"/>
<classpathentry kind="output" path="target/scala_2.8.0/classes"/>
</classpath>
2 changes: 1 addition & 1 deletion src/main/scala/blueeyes/core/service/HttpServer.scala
Expand Up @@ -144,7 +144,7 @@ trait HttpServer[T] extends HttpRequestHandler[T] { self =>
/** Retrieves the logger for the server, which is configured directly from
* the server's "log" configuration block.
*/
lazy val log: Logger = Logger.configure(config.configMap("log"), false, false)
lazy val log: Logger = Logger.configure(config.configMap("log"), false, true)

/** Retrieves the port the server should be running at, which defaults to
* 8888.
Expand Down

0 comments on commit 51ca75c

Please sign in to comment.