Skip to content

Commit

Permalink
Merge 2b67a70 into a1a73f1
Browse files Browse the repository at this point in the history
  • Loading branch information
aui committed Oct 27, 2018
2 parents a1a73f1 + 2b67a70 commit d51650c
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 @@ -25,7 +25,7 @@ var app = koa();
app.use(koaBunyanLogger());

app.use(function (ctx, next) {
ctx.log.info({'Got a request from %s for %s', ctx.request.ip, ctx.path);
ctx.log.info('Got a request from %s for %s', ctx.request.ip, ctx.path);
return next();
});

Expand Down

0 comments on commit d51650c

Please sign in to comment.