diff --git a/docs/docs/logging.md b/docs/docs/logging.md index 03dca9ee1aa8..6bc6834c202a 100644 --- a/docs/docs/logging.md +++ b/docs/docs/logging.md @@ -84,6 +84,7 @@ return MikroORM.init({ ``` ### Using a custom `LoggerFactory` + If you want more control over what is logged and how, use the `loggerFactory` option in your config and either extend the `DefaultLogger` class or make your `Logger` from scratch: #### Extending `DefaultLogger`