src/main/resources/logback.xml
author Tomas Zeman <tzeman@volny.cz>
Tue, 23 Apr 2013 10:36:04 +0200
changeset 108 ef4e3e0ef83f
permissions -rw-r--r--
84a94fa29a67504b Task/Project notifications
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
108
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     1
<configuration scan="true"> 
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     2
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     3
  <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender"> 
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     4
    <!-- encoders are  by default assigned the type
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     5
    ch.qos.logback.classic.encoder.PatternLayoutEncoder -->
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     6
    <encoder>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     7
      <pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     8
    </encoder>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
     9
  </appender>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    10
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    11
  <root level="debug">
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    12
    <appender-ref ref="STDOUT" />
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    13
  </root>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    14
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    15
  <logger name="fis.db.SquerylTxMgr" level="ERROR"/>
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    16
ef4e3e0ef83f 84a94fa29a67504b Task/Project notifications
Tomas Zeman <tzeman@volny.cz>
parents:
diff changeset
    17
</configuration>