Skip to content

Commit

Permalink
(doc) logo small
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed Dec 23, 2023
1 parent 01600e0 commit 438fe60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://github.com/kevincobain2000/instachart">
<img alt="c2p" src="https://imgur.com/HC5FB7O.png" width="620">
<img alt="c2p" src="https://imgur.com/HC5FB7O.png" width="320">
</a>
</p>
<p align="center">
Expand Down
2 changes: 1 addition & 1 deletion pkg/echo.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ func NewEcho() *echo.Echo {
e.HTTPErrorHandler = HTTPErrorHandler
e.Pre(middleware.RemoveTrailingSlash())
e.Use(middleware.LoggerWithConfig(middleware.LoggerConfig{
Format: "REQ [${time_custom}] ${method} ${uri} (${latency_human}) ${status}\n",
Format: "REQUEST[${time_custom}] ${method} ${uri} (${latency_human}) ${status}\n",
CustomTimeFormat: "2006-01-02 15:04:05",
}))
SetupRoutes(e)
Expand Down

0 comments on commit 438fe60

Please sign in to comment.