From: Aldric Giacomoni Date: 2009-12-24T22:18:05+09:00 Subject: Re: logging, rolling file, permission denied Guillaume Guillaume wrote: > > I am trying to replace Rails logger with the one from logging gem. There > are no attempts to log concurrently as far as I'm aware. However my > debugging session hints at 2 competing processes trying to log to the > same rolling file. If I use the regular file appender I don't have that > exception. Only the rolling file setup throws the exception. It's not a > problem with flushing, the exception thrown causes the rolling file > appender to get turned off with appender.level = :off. Did you write rolling_file.rb ? If not, which part of YOUR code is calling the code that generates the error? -- Posted via http://www.ruby-forum.com/.