Repository: zest-qi4j Updated Branches: refs/heads/develop fea281bd4 -> 8f87df34c
Incorrect claim that SLF4J is used by the library. No logging output is taking place from the library itself. Project: http://git-wip-us.apache.org/repos/asf/zest-qi4j/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-qi4j/commit/8f87df34 Tree: http://git-wip-us.apache.org/repos/asf/zest-qi4j/tree/8f87df34 Diff: http://git-wip-us.apache.org/repos/asf/zest-qi4j/diff/8f87df34 Branch: refs/heads/develop Commit: 8f87df34c1982d28c4c2cf23b4f52b8109a1dcdd Parents: fea281b Author: Niclas Hedhman <[email protected]> Authored: Thu Jul 9 10:21:06 2015 +0300 Committer: Niclas Hedhman <[email protected]> Committed: Thu Jul 9 10:21:06 2015 +0300 ---------------------------------------------------------------------- libraries/http/src/docs/http.txt | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-qi4j/blob/8f87df34/libraries/http/src/docs/http.txt ---------------------------------------------------------------------- diff --git a/libraries/http/src/docs/http.txt b/libraries/http/src/docs/http.txt index 654220f..7e4b904 100644 --- a/libraries/http/src/docs/http.txt +++ b/libraries/http/src/docs/http.txt @@ -131,7 +131,3 @@ See org.qi4j.library.http.SecureJettyConfiguration for a reference of all availa configuration properties. -== Logging == - -The SLF4J logger used by this library is named "org.qi4j.library.http". -
