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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -