s/rotating/reopening/g in log messages
commit966d55b875f714c9debe08a9b9d265204da2a845
authorEric Wong <normalperson@yhbt.net>
Wed, 15 Apr 2009 00:22:15 +0000 (14 17:22 -0700)
committerEric Wong <normalperson@yhbt.net>
Wed, 15 Apr 2009 00:22:15 +0000 (14 17:22 -0700)
tree8fddb0822d7151dc335e7497c99165eadd375c73
parent8cd8de4637b5731b4d3ade587307d7241ce99eff
s/rotating/reopening/g in log messages

We don't (and won't ever) do log rotation within the process.
That's the job of logrotate and tools like that.  We just
reopen logs like other reasonable daemons out there.
lib/unicorn.rb
test/exec/test_exec.rb