Skip to content

Commit

Permalink
refactor: remove \t from morgan log format
Browse files Browse the repository at this point in the history
  • Loading branch information
wajeshubham committed Feb 7, 2024
1 parent 9215923 commit 9ff5676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logger/morgan.logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const skip = () => {
};

const morganMiddleware = morgan(
":remote-addr :method :url :status - :response-time ms\t",
":remote-addr :method :url :status - :response-time ms",
{ stream, skip }
);

Expand Down

0 comments on commit 9ff5676

Please sign in to comment.