Help re why Debug comes out in logs when "config.log_level =

Hi - Can anyone help/give some ideas?

I have included the line “config.log_level = :info” in my
environment.rbfile (and it doesn’t occur in
development.rb) HOWEVER I keep getting Debug messages coming out in
Developmnet in my development.log file. I have tried this approach in
another rails project and it worked fine, however for my main project
I’m
working on it does not seem to filter out the Debug lines and I keep
seeing
them.

Any ideas on how to trouble-shoot this?

  • how to check (perhaps through console) what the config.log_level is?
  • other??

Thanks