1 <?xml version="1.0" encoding="UTF-8" ?>
3 ~ Copyright (c) 2002-2014 David Kocher. All rights reserved.
6 ~ This program is free software; you can redistribute it and/or modify
7 ~ it under the terms of the GNU General Public License as published by
8 ~ the Free Software Foundation; either version 2 of the License, or
9 ~ (at your option) any later version.
11 ~ This program is distributed in the hope that it will be useful,
12 ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 ~ GNU General Public License for more details.
16 ~ Bug fixes, suggestions and comments should be sent to:
17 ~ feedback@cyberduck.io
20 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
21 <log4j:configuration debug="false" xmlns:log4j="http://jakarta.apache.org/log4j/">
22 <appender name="console" class="ch.cyberduck.cli.TerminalLoggingAppender">
23 <layout class="org.apache.log4j.PatternLayout">
24 <param name="ConversionPattern" value="%d [%t] %-5p %c - %m%n"/>
28 <level value="error"/>
29 <appender-ref ref="console"/>
31 </log4j:configuration>