Skip to content

Commit

Permalink
Show logs for health endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed May 31, 2021
1 parent 4eff8b2 commit b8c9892
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.19.3 (2021-05-30)
-------------------

* Make sure that the `/health` endpoint also gets logged correctly.


0.19.2 (2021-05-28)
-------------------

Expand Down
4 changes: 3 additions & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ if (!process.env.PUBLIC_URI) {

const app = new Application();

app.use(accessLog());
app.use(accessLog({
blacklist: [],
}));
app.use(mainMw());

app.listen(port);
Expand Down

0 comments on commit b8c9892

Please sign in to comment.