Skip to content

Commit c0d85ec

Browse files
author
Ido Shamun
committed
chore: silent request and response logging
1 parent ff1c2e8 commit c0d85ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ app.use(cors({
4848
},
4949
}));
5050
app.use(bodyParser());
51-
app.use(KoaPinoLogger({ logger }));
51+
app.use(KoaPinoLogger({ logger, useLevel: 'debug' }));
5252
app.use(errorHandler());
5353
app.use(verifyJwt);
5454
app.use(session({

0 commit comments

Comments
 (0)