architecture

mathpunk 2019-01-14T18:30:44.002700Z

I test an app at work. Currently I'm treating it as a black box, observing how it behaves and what it spits out, and gleaning what's going on from there.

mathpunk 2019-01-14T18:31:37.003800Z

I'm finding some errors that make me want to take a look at the server logs, and webpack logs, and treat those as data

mathpunk 2019-01-14T18:32:07.004400Z

is this a job for something like hawk, the file system watcher?

mathpunk 2019-01-14T18:32:41.005Z

i.e. point it to watch the log file in /var/whatever and when a line is added, treat that as an event for analysis

mathpunk 2019-01-14T18:33:06.005500Z

I'm open to other approaches but it's the thing that came to mind