Given the increasing size of error logs, it is becoming harder to understand when particular errors happened (and their cadence and sequence). It should be possible to simply format the error string and wrap it with a timestamp before piping it to the file. For example see this SO answer for inspiration.
Given the increasing size of error logs, it is becoming harder to understand when particular errors happened (and their cadence and sequence). It should be possible to simply format the error string and wrap it with a timestamp before piping it to the file. For example see this SO answer for inspiration.