Skip to content

Commit

Permalink
#17 - remap log levels to be less verbose by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd authored and hugoduncan committed Oct 13, 2012
1 parent 149143f commit fefc7aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/clj_ssh/ssh.clj
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@
(def ^{:dynamic true}
ssh-log-levels
(atom
{com.jcraft.jsch.Logger/DEBUG :debug
com.jcraft.jsch.Logger/INFO :info
{com.jcraft.jsch.Logger/DEBUG :trace
com.jcraft.jsch.Logger/INFO :debug
com.jcraft.jsch.Logger/WARN :warn
com.jcraft.jsch.Logger/ERROR :error
com.jcraft.jsch.Logger/FATAL :fatal}))
Expand Down

0 comments on commit fefc7aa

Please sign in to comment.