A tool for finding multiple phrases in one or more log files
Use https://lgsinnovations.github.io/filemine/ or do the following to serve this tool's webpage:
git clone https://github.com/LGSInnovations/filemine.git
cd filemine
npm ci # or npm install
npm start
To start contributing to or hacking on this project, follow the instructions above for how to serve this tool's webpage. This tool is built on the https://github.com/LGSInnovations/minimal-server-for-frontend-dev platform. For how to edit the code on the fly from the browser console, see that project. More tips may be in https://github.com/LGSInnovations/filemine/wiki