1. 08 Dec, 2014 2 commits
    • Julien Muchembled's avatar
      logrotate: delay compression of rotated files · 2e9f4c82
      Julien Muchembled authored
      Most of the time, the logging process keeps the log open, accesses it via
      a file descriptor and gets notified of log rotation via a signal. Because
      logrotate does not wait that the log is close (could it do it with inotify ?),
      there can be race conditions between the compression and events that are logged
      at the same time.
      
      In the case of NEO, logs are SQLite DB. Rotation is also notified via a signal
      and VACUUM is sometimes called to reduce its size.
      2e9f4c82
    • Jérome Perrin's avatar
      2be953f9
  2. 04 Dec, 2014 1 commit
  3. 03 Dec, 2014 1 commit
  4. 02 Dec, 2014 1 commit
  5. 01 Dec, 2014 5 commits
  6. 28 Nov, 2014 6 commits
  7. 27 Nov, 2014 11 commits
  8. 26 Nov, 2014 6 commits
  9. 25 Nov, 2014 1 commit
  10. 24 Nov, 2014 2 commits
  11. 21 Nov, 2014 4 commits