Skip to content

Commit

Permalink
Status code on logs
Browse files Browse the repository at this point in the history
  • Loading branch information
srikanthlogic committed Feb 4, 2024
1 parent ddacea4 commit 928def0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ router.use((req, res, next) => {
}

if (process.env.LOGGING || false) {
console.log("GPlayAPI", req.url, req.baseUrl, req.params)
console.log("GPlayAPI", req.url, req.baseUrl, req.params, "Status: ", res.statusCode)
}

next();
Expand Down

0 comments on commit 928def0

Please sign in to comment.