Skip to content

Commit

Permalink
refactor: change log name
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent a448e44 commit f982ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/logger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const redactPaths = [
];

const logMiddleware = logger({
name: "rest-api-template",
name: "express-api-template",
level: "info",
autoLogging: false,
redact: {
Expand Down

0 comments on commit f982ba1

Please sign in to comment.