diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2012-11-27 16:24:01 +0100 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2012-12-07 20:06:42 +0100 |
commit | 041bab815c5c554169835993735b8e5c35d436ed (patch) | |
tree | 473774956540013316dc10bd8428350c15f20933 /src/main/resources | |
parent | e243a6fd6c444b451398ceb659ea4963a19122d0 (diff) | |
download | esper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.gz esper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.bz2 esper-testing-041bab815c5c554169835993735b8e5c35d436ed.tar.xz esper-testing-041bab815c5c554169835993735b8e5c35d436ed.zip |
o Switching the gitorious code to the actor structure.
Diffstat (limited to 'src/main/resources')
-rwxr-xr-x | src/main/resources/logback-test.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/logback-test.xml b/src/main/resources/logback-test.xml index a8416ff..b972562 100755 --- a/src/main/resources/logback-test.xml +++ b/src/main/resources/logback-test.xml @@ -1,4 +1,4 @@ -<configuration debug="true"> +<configuration debug="false"> <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> <encoder> |