Based on #2 I gather looker doesn't support specifying files on the command line yet. When it does, it'd be nice to support multiple files, assume that they're sorted by timestamp (so you don't have to read them all into memory), then dump all entries from all files in timestamp order. (I implemented this in bunyan and found it very useful in some cases.)
Based on #2 I gather
lookerdoesn't support specifying files on the command line yet. When it does, it'd be nice to support multiple files, assume that they're sorted by timestamp (so you don't have to read them all into memory), then dump all entries from all files in timestamp order. (I implemented this in bunyan and found it very useful in some cases.)