From d368d6a51b8213cefe92b16bdc175c075c797758 Mon Sep 17 00:00:00 2001 From: shikhar Date: Sun, 6 Mar 2011 03:48:35 -0800 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Home.md b/Home.md index 4df23de..fec45b3 100644 --- a/Home.md +++ b/Home.md @@ -13,8 +13,6 @@ Frequently Asked Questions sshj uses sl4j, which is just a facade, so it depends on how the underlying logging implementation you are using is configured. For example, in case of log4j this is typically accomplished with a `log4j.properties` in the classpath. Filter out/down messages from the `net.schmizz` category. - *In versions less than 0.3.0 there is an embarrassing bug that some logger categories are misconfigured. So filtering will not work correctly.* - + **Android support** sshj works on Android 2.3+, with a slightly different [Config](https://github.com/shikhar/sshj/blob/master/src/main/java/net/schmizz/sshj/AndroidConfig.java).