Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maou-shonen committed Jul 7, 2024
1 parent d3b6c5b commit abd8fca
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Hono + Pino

![NPM Version](https://img.shields.io/npm/v/hono-pino)
![npm bundle size](https://img.shields.io/bundlephobia/min/hono-pino)
[![codecov](https://codecov.io/github/maou-shonen/hono-pino/graph/badge.svg?token=FBGZOOXDTH)](https://codecov.io/github/maou-shonen/hono-pino)

A pino logger plugin for hono

The design references [pino-http](https://github.com/pinojs/pino-http) and [nestjs-pino](https://github.com/iamolegga/nestjs-pino).
Expand Down Expand Up @@ -34,4 +38,5 @@ app.use(logger());

### Configuration params

todo [interface Options](./src/logger.ts)
todo
[interface Options](https://github.com/maou-shonen/hono-pino/blob/main/src/types.ts#L11)

0 comments on commit abd8fca

Please sign in to comment.