Not seeing logger messages from auth_source_ldap.rb

I am trying to figure out a LDAP issue, but I am not seeing any messages
generated by auth_source_ldap.rb. I have set level to debug in
settings.yaml, I also turn on LDAP in the logger section. I do see [D]
messages from LDAP, but these are not coming from auth_source_ldap.rb. I
am not even getting the logger.info message (in production.log). How do I
get these messages (or where are they).

Thanks,

Andy

Try enabling the 'sql' logger
(Foreman :: Manual).

··· On 21/07/16 23:01, Andy Ryan wrote: > I am trying to figure out a LDAP issue, but I am not seeing any messages > generated by auth_source_ldap.rb. I have set level to debug in > settings.yaml, I also turn on LDAP in the logger section. I do see [D] > messages from LDAP, but these are not coming from auth_source_ldap.rb. > I am not even getting the logger.info message (in production.log). How > do I get these messages (or where are they).


Dominic Cleal
dominic@cleal.org

Thanks, that did it. I found my LDAP authentication issue, stupid typos.