Displaying 1 result from an estimated 1 matches for "file_previous_date".
2009 Jul 23
0
Rails Logger::Shifting Problem
...ject running three consequent ports like 8000,8001,8002
ports
i am using rails version --->2.1.1
on the first day no problem in creating logfilename.log for running
all 3 ports.
Problem is ,
on next day when application is running in 1st instance its creating a
backup of logfilename.log as file_previous_date.log when same rails
project running at the 2nd instance (port 8001) on the that day.
The following error occurred ,
Logger::ShiftingError in controller
Shifting failed. closed stream
Could any one give a solution for this problem
Thanx in advance