Don't polute log with known content types

This commit is contained in:
Evgeniy Khramtsov 2017-02-24 20:57:24 +03:00
parent 4892b01eb4
commit 039ac46963
1 changed files with 3 additions and 3 deletions

View File

@ -154,9 +154,9 @@ initialize(Host, Opts) ->
end, L)
end, []),
?DEFAULT_CONTENT_TYPES),
?INFO_MSG("known content types: ~s",
[str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes],
<<", ">>)]),
?DEBUG("known content types: ~s",
[str:join([[$*, K, " -> ", V] || {K, V} <- ContentTypes],
<<", ">>)]),
#state{host = Host,
accesslog = AccessLog,
accesslogfd = AccessLogFD,