Skip to content

Commit

Permalink
Sort import in README
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored and fixe committed Dec 23, 2024
1 parent 6061740 commit 172c6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You may also set the log level via the `LOG_LEVEL` environment variable. However
Every call to `debino` creates a child logger based on a root logger. The default root logger is an instance returned by `pino()`, without any options. You may set your own root logger by calling `setRootLogger()`:

```js
import debino, { setRootLogger, pino } from '@uphold/debino';
import debino, { pino, setRootLogger } from '@uphold/debino';

// Call this as soon as possible in your application.
setRootLogger(pino({ redact: ['foo'] }));
Expand Down

0 comments on commit 172c6e2

Please sign in to comment.