<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>

<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
It seems that element "encoding" is no more recognized in
Console/FileAppender so maybe I missed something (no more reference in
documentation) but I did not find what :(<br>
Here is my (new) configuration (logback 0.9.19)<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender"&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;encoding&gt;UTF-8&lt;/encoding&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;encoder&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;pattern&gt;%d %t [%-5level] - %-40class{40} -
%msg%n&lt;/pattern&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/encoder&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/appender&gt;<br>
<br>
And the corresponding output at runtime:<br>
<br>
[...]<br>
15:58:29,127 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- About to instantiate appender of type
[ch.qos.logback.core.ConsoleAppender]<br>
15:58:29,146 |-INFO in ch.qos.logback.core.joran.action.AppenderAction
- Naming appender as [STDOUT]<br>
<br>
15:58:29,226 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@7:13
- no applicable action for [encoding], current pattern is
[[configuration][appender][encoding]]<br>
<br>
15:58:29,230 |-INFO in
ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Pushing
component [encoder] on top of the object stack.<br>
15:58:29,403 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction
- Setting additivity of logger [org.barracudamvc] to true<br>
15:58:29,403 |-INFO in ch.qos.logback.classic.joran.action.LevelAction
- org.barracudamvc level set to WARN<br>
15:58:29,403 |-INFO in
ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender
named [STDOUT] to Logger[org.barracudamvc]<br>
[...]<br>
<br>
Any suggestion on what could be wrong?<br>
Thanks<br>
<br>
<div class="moz-signature">-- <br>
<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
<font face="Arial"><b>Matthieu Guamis</b></font><br>
<div class="moz-signature">
<table border="0" cellpadding="0" cellspacing="0" height="62"
 width="224">
  <tbody>
    <tr>
      <td valign="middle" align="center"><font face="Arial" size="-1"><b><a
 href="http://www.axege.com/"><img alt="Logo Ax&egrave;ge"
 title="www.axege.com" src="cid:part1.05000501.07010805@axege.com"
 border="0" height="49" width="50"></a></b></font></td>
      <td valign="middle" align="left"><font color="#5f574f"
 face="Arial" size="-1"><i>Ax&egrave;ge</i></font><font color="#5f574f"
 face="Arial" size="-1"><i><br>
23,rue Saint-Simon<br>
63000 Clermont-Ferrand</i></font></td>
    </tr>
  </tbody>
</table>
<font face="Arial" size="-1">T&eacute;l: +33 (0)4 63 05 95 40<br>
Fax: +33 (0)4.73.70.65.29<br>
Email: <a href="mailto:matthieu.guamis@axege.com"
 style="text-decoration: none;">
<font color="#5f574f" face="Arial" size="-1">matthieu.guamis@axege.com</font></a><br>
</font>
</div>
</div>
</body>
</html>