Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

development.log not logging after deleting file

I deleted the contents of the development.log file on my server because it was getting big. Then after it was empty, I noticed that it stopped logging entirely. So I deleted the file completely and it still continued not to log. Then I remade the file manually and still no luck. Any idea what's going on?

like image 267
tipu Avatar asked Nov 14 '10 21:11

tipu


1 Answers

Try restarting your rails application server. Looks like something you did broke the pipe between the application and the log.

like image 115
Ben Lee Avatar answered Oct 18 '22 05:10

Ben Lee