Where does Rails show the logging output -
in method wrting this:
rails.logger.debug("------i here ------- ")
i can see if put break point on next line of code, hitting break point, using rubymine ide , running server debug mode, has passed logger.debug method did print it? can't find in console ... there easier way?
logs default go #{rails.root}/log/#{rails.env}.log
file. that's development.log
in case.
Comments
Post a Comment