You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
grep the code for 'puts' , replace any of them with 'logger.info'. Nothing is output to the server log as it's running.
Weird.
config/environments/development.rb does have config.log_level = :info though.
The text was updated successfully, but these errors were encountered:
It seems to be working at least in some cases.
For instance, the "GOT PAST LOGIN_REQUIRED" message is displayed when going to pages that require authentication,
and that message is displayed as a result of a call to logger.info on app/helpers/application_helper.rb:158.
grep the code for 'puts' , replace any of them with 'logger.info'. Nothing is output to the server log as it's running.
Weird.
config/environments/development.rb does have
config.log_level = :info
though.The text was updated successfully, but these errors were encountered: