|
|
|
|
|
by geographomics
4055 days ago
|
|
The ease of recovering data from a corrupted log file depends on whether the logged events have been written as sequential records. This is true for text-based logs (the record delimited being a newline), and is also true of the most popular binary (i.e. structured) log formats, namely Windows event logs, and systemd's journals. Probably not if you're storing them in a more general purpose database though. So this really is dependant on the file format of your log data, rather than an inherent difference between text and binary logging. |
|