mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
slf4j typo
2
Home.md
2
Home.md
@@ -11,7 +11,7 @@ Frequently Asked Questions
|
||||
|
||||
+ **Toning down the logging**
|
||||
|
||||
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.
|
||||
sshj uses slf4j, 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.
|
||||
|
||||
+ **Android support**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user