Review request changed
- Change Summary:
-
* Split up the server_log view function into several utility functions. * Changed the log file iteration code to work as a generator instead of building an array. In ascending order, we yield the log lines as we go. However, we still have to turn this into an in-memory list to reverse it in descending order.