Commit ea176cd
authored
DEV: Make logrotate conf compatible with Pitchfork (#1011)
As we’re migrating from Unicorn to Pitchfork, we need to do some
adjustments. Indeed, Pitchfork doesn’t handle logs at all and delegates
this to the underlying system. Therefore, it doesn’t respond to signals
like Unicorn when rotating its logs.
The solution is to use `copytruncate` which works with any app.1 parent dfbf089 commit ea176cd
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
301 | | - | |
| 299 | + | |
302 | 300 | | |
303 | 301 | | |
304 | 302 | | |
| |||
0 commit comments