Errors thrown by the framework are printed to console instead of the pinia logger.
Example: failure to lookup errors/404.ejs.
Error: Failed to lookup view "errors/404" in views directory "/Users/krystofbruth/Coding/portfolio/views"
at Function.render (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/application.js:597:17)
at ServerResponse.render (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/response.js:1049:7)
at file:///Users/krystofbruth/Coding/portfolio/infinityframework/dist/lib/App.js:107:29
at Layer.handle_error (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/layer.js:71:5)
at trim_prefix (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/index.js:326:13)
at /Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/index.js:286:9
at Function.process_params (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/index.js:346:12)
at next (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/index.js:280:10)
at file:///Users/krystofbruth/Coding/portfolio/infinityframework/dist/lib/App.js:103:9
at Layer.handle [as handle_request] (/Users/krystofbruth/Coding/portfolio/infinityframework/node_modules/express/lib/router/layer.js:95:5)
Errors thrown by the framework are printed to console instead of the pinia logger.
Example: failure to lookup
errors/404.ejs.