don't log info ssl messages
This commit is contained in:
parent
ad8f26c0a4
commit
6806df80dd
@ -58,7 +58,8 @@ defmodule Pleroma.HTTP.Adapter.Gun do
|
||||
depth: 20,
|
||||
reuse_sessions: false,
|
||||
verify_fun:
|
||||
{&:ssl_verify_hostname.verify_fun/3, [check_hostname: Adapter.domain_or_fallback(host)]}
|
||||
{&:ssl_verify_hostname.verify_fun/3, [check_hostname: Adapter.domain_or_fallback(host)]},
|
||||
log_level: :warning
|
||||
]
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user