Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
codekeyz committed Jan 17, 2025
1 parent 8449f36 commit 41a0886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pharaoh/lib/src/middleware/request_logger.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final logRequestHook = RequestHook(
Request: ${req.method.name} ${req.path}
Content-Type: ${req.mimeType}
Status Code: ${res.statusCode}
Elapsed Time: ${"$elapsedTime ms"}
Elapsed Time: ${elapsedTime} ms
-------------------------------------------------------
""";
stdout.writeln(logLines);
Expand Down

0 comments on commit 41a0886

Please sign in to comment.