tipu
tipu

Reputation: 9604

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?

Upvotes: 5

Views: 1848

Answers (2)

Aniruddha Sg
Aniruddha Sg

Reputation: 41

rake log:clear , helps you clear your log files

Upvotes: 1

Ben Lee
Ben Lee

Reputation: 53349

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

Upvotes: 11

Related Questions