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.