This app is an assignment for making a logger using Node JS
Install NPM packages from the root of the repo.
yarn install
Use the following command to run the build.
yarn build
Use one of following command to run the code.
yarn start --input ./app.log --output errors.json
yarn start --input ./app.log --output errors.json --level error | debug | info