diff --git a/content/docs/digging_deeper/logger.md b/content/docs/digging_deeper/logger.md index 27abb9d..6816c4d 100644 --- a/content/docs/digging_deeper/logger.md +++ b/content/docs/digging_deeper/logger.md @@ -4,7 +4,7 @@ summary: Learn how to use the AdonisJS logger to write logs to the console, file # Logger -AdonisJS has an inbuilt logger that supports writing logs to a **file**, **standard output**, and **external logging services**. Under the hood, we use [pino](https://getpino.io/#/). Pino is one of the fastest logging libraries in the Node.js ecosystem that generates logs in the [NDJSON format](http://ndjson.org/). +AdonisJS has an inbuilt logger that supports writing logs to a **file**, **standard output**, and **external logging services**. Under the hood, we use [pino](https://getpino.io/#/). Pino is one of the fastest logging libraries in the Node.js ecosystem that generates logs in the [NDJSON format](https://github.com/ndjson/ndjson-spec). ## Usage