From 039ac46963483cdce405086016e81156ef4899d9 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 24 Feb 2017 20:57:24 +0300 Subject: [PATCH] Don't polute log with known content types --- src/mod_http_fileserver.erl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mod_http_fileserver.erl b/src/mod_http_fileserver.erl index 79eeed5ac..27c4800f7 100644 --- a/src/mod_http_fileserver.erl +++ b/src/mod_http_fileserver.erl @@ -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,