Skip to content

Commit

Permalink
disable plug logger
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Feb 5, 2024
1 parent 1b8d600 commit c1480f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/up_rest.ex
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule UP.HTTP do
require UP
import Plug.Conn
use Plug.Router
plug Plug.Logger
# plug Plug.Logger
plug :match
plug :dispatch
plug Plug.Parsers, parsers: [:json], json_decoder: Jason
Expand Down

0 comments on commit c1480f3

Please sign in to comment.