Skip to content

Commit

Permalink
docs: replace bad link for NDJSON format (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirMishaa authored May 31, 2024
1 parent b8d3e01 commit 491ee60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/digging_deeper/logger.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 491ee60

Please sign in to comment.