Revert "Recreate boot log at each boot instead of appending"

This reverts commit 9abbd88835.

I'm getting requests to keep old boot logs around.  If anyone
wants to carve up boot.log, they can just use logrotate.d
This commit is contained in:
Ray Strode 2017-03-24 15:15:03 -04:00
parent 1f1d83bf71
commit 61ae21f1e8

View file

@ -40,7 +40,7 @@
#include "ply-list.h"
#ifndef PLY_LOGGER_OPEN_FLAGS
#define PLY_LOGGER_OPEN_FLAGS (O_WRONLY | O_TRUNC | O_CREAT | O_NOFOLLOW | O_CLOEXEC)
#define PLY_LOGGER_OPEN_FLAGS (O_WRONLY | O_APPEND | O_CREAT | O_NOFOLLOW | O_CLOEXEC)
#endif
#ifndef PLY_LOGGER_MAX_INJECTION_SIZE