That newfangled Journal thing
That newfangled Journal thing
Posted Nov 30, 2011 8:49 UTC (Wed) by dlang (guest, #313)In reply to: That newfangled Journal thing by alison
Parent article: That newfangled Journal thing
git is horrible overkill and inefficient if all you are doing is dealing with one log file.
tripwire, ossec, and other similar tools already can track a log file and detect the difference between the file being extended and the file being modified.
Also, if you have another machine you can send data to, just send the logs using the standard syslog mechanisms. unless you are generating gigantic amounts (hundreds of thousands of logs per second) of logs or would be logging over a wan, the bandwidth needed for the logs is just not going to be significant
