Repository: incubator-tamaya-site Updated Branches: refs/heads/master 03427f876 -> 4d81ec826
TAMAYA-338: Add libs partially Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/commit/4d81ec82 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/tree/4d81ec82 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/diff/4d81ec82 Branch: refs/heads/master Commit: 4d81ec826373675db36c9f66683422d012845e0b Parents: 03427f8 Author: Phil Ottlinger <[email protected]> Authored: Thu May 17 23:18:50 2018 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Thu May 17 23:18:50 2018 +0200 ---------------------------------------------------------------------- .../lib/logback-classic-1.2.3.jar | Bin 0 -> 290339 bytes bin/jbake-2.6.1-bin/lib/logback-core-1.2.3.jar | Bin 0 -> 471901 bytes bin/jbake-2.6.1-bin/lib/logging/logback.xml | 24 +++++++++++++++++++ 3 files changed, 24 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4d81ec82/bin/jbake-2.6.1-bin/lib/logback-classic-1.2.3.jar ---------------------------------------------------------------------- diff --git a/bin/jbake-2.6.1-bin/lib/logback-classic-1.2.3.jar b/bin/jbake-2.6.1-bin/lib/logback-classic-1.2.3.jar new file mode 100644 index 0000000..bed00c0 Binary files /dev/null and b/bin/jbake-2.6.1-bin/lib/logback-classic-1.2.3.jar differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4d81ec82/bin/jbake-2.6.1-bin/lib/logback-core-1.2.3.jar ---------------------------------------------------------------------- diff --git a/bin/jbake-2.6.1-bin/lib/logback-core-1.2.3.jar b/bin/jbake-2.6.1-bin/lib/logback-core-1.2.3.jar new file mode 100644 index 0000000..487b395 Binary files /dev/null and b/bin/jbake-2.6.1-bin/lib/logback-core-1.2.3.jar differ http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/4d81ec82/bin/jbake-2.6.1-bin/lib/logging/logback.xml ---------------------------------------------------------------------- diff --git a/bin/jbake-2.6.1-bin/lib/logging/logback.xml b/bin/jbake-2.6.1-bin/lib/logging/logback.xml new file mode 100644 index 0000000..388e824 --- /dev/null +++ b/bin/jbake-2.6.1-bin/lib/logging/logback.xml @@ -0,0 +1,24 @@ +<configuration> + + <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> + <!-- encoders are assigned the type + ch.qos.logback.classic.encoder.PatternLayoutEncoder by default --> + <encoder> + <!-- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern> --> + <pattern>%d{HH:mm:ss.SSS} %-5level %logger{36} - %msg%n</pattern> + </encoder> + </appender> + + <logger name="org.thymeleaf" level="WARN"/> + <logger name="org.asciidoctor" level="INFO"/> + <logger name="org.eclipse" level="WARN"/> + <logger name="org.apache" level="WARN"/> + <logger name="org.jbake" level="INFO"/> + + <!-- Strictly speaking, the level attribute is not necessary since --> + <!-- the level of the root level is set to DEBUG by default. --> + <root level="DEBUG"> + <appender-ref ref="CONSOLE" /> + </root> + +</configuration> \ No newline at end of file
