We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a2aee commit c1bea31Copy full SHA for c1bea31
1 file changed
lib/hap/http_server.ex
@@ -5,6 +5,7 @@ defmodule HAP.HTTPServer do
5
use Plug.Router
6
7
plug(:match)
8
+ plug(Plug.Logger, log: :debug)
9
plug(Plug.Parsers, parsers: [HAP.TLVParser, :json], json_decoder: Jason)
10
plug(:tidy_headers)
11
plug(:dispatch)
0 commit comments