|
|
|
|
|
by otterley
4595 days ago
|
|
If the pipe consumer (i.e. your syslog server) stalls, then it will be much worse than writing to a local file, as it could cause a denial of service. I would still configure nginx to write to a file and have the consumer tail it to avoid this situation. Properly-configured log rotation can keep the file size within reasonable bounds. |
|
Do you just crontab logrotate for short intervals, and will that trigger "daily" rotations each time for other configurations?