may be:
- problem with resolution. run "sudo chmod 0666" in the file. rails shows this when the server is running, though
- rails uses a BufferedLogger. try "logger.flush". You can also customize it.
what does "logger.class" say? which registrar do you use? Is a log file created? What is its permission and permission to the log folder? Are you using a server on webrick (locally?) or a passenger, etc.
eg. if you say "Rails.logger = Logger.new (STDOUT)" then the logs will be sent to the stdout file, not to the file. check that also
deepak
source share