How change gitlab log level?
Created by: luzhongyang
I can not login throw LDAP, and get log:
Started POST "/users/auth/ldapmain/callback" for 211.100.31.146 at 2015-07-25 22:39:59 +0800
Processing by OmniauthCallbacksController#ldapmain as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "username"=>"jiayanni", "password"=>"[FILTERED]"}
Completed 500 Internal Server Error in 26ms (ActiveRecord: 3.0ms)
Processing by OmniauthCallbacksController#failure as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"[FILTERED]", "username"=>"jiayanni", "password"=>"[FILTERED]"}
Redirected to http://4624.org/users/sign_in
Completed 302 Found in 9ms (ActiveRecord: 0.2ms)
Started GET "/users/sign_in" for 211.100.31.146 at 2015-07-25 22:39:59 +0800
Processing by SessionsController#new as HTML
Completed 200 OK in 22ms (Views: 8.1ms | ActiveRecord: 1.9ms)
How to change the log level, so I can get more info?