diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cowboy_stream.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_stream.erl b/src/cowboy_stream.erl index 6776863..b0b570e 100644 --- a/src/cowboy_stream.erl +++ b/src/cowboy_stream.erl @@ -41,6 +41,7 @@ | {error_response, cowboy:http_status(), cowboy:http_headers(), iodata()} | {switch_protocol, cowboy:http_headers(), module(), state()} | {internal_error, any(), human_reason()} + | {log, logger:level(), io:format(), list()} | stop]. -export_type([commands/0]). |