## Describe the bug **Node.js version:** 20.12 **OS version:** MacOS **Description:** TypeError: this.config.logger.fatal is not a function ## Actual behavior App fails on none exist logger type ## Expected behavior `fatal` should be nooped if no logger is passed ## Code to reproduce <!-- Share code to reproduce here inside a code formatted block, gist, or a repository we can clone to reproduce. --> <!-- We encourage you to submit a pull request with a failing test: 1) This will make it more likely for us to prioritize your issue. 2) It's a good way to prove that the issue is related to this project and not your code. Example: <https://github.com/avajs/ava/blob/master/docs/01-writing-tests.md#failing-tests> --> ## Checklist - [x] I have searched through GitHub issues for similar issues. - [x] I have completely read through the README and documentation. - [x] I have tested my code with the latest version of Node.js and this package and confirmed it is still not working.