Yelp / pgctl

Manage sets of developer services -- "playground control"
http://pgctl.rtfd.org
MIT License
32 stars 15 forks source link

Logs should be rotated #188

Closed 0xngold closed 7 years ago

0xngold commented 7 years ago

pgctl does not currently rotate the log that it writes in playground/$SERVICE/log from the service's stdout. This means that the files can become huge with time. Since that's undesirable, it's probably worth using something like s6-log to rotate the log files.

chriskuehl commented 7 years ago

internal ticket is WEBCORE-3516

0xngold commented 7 years ago

Fixed by #189.