mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-19 14:16:05 +01:00
don't log info ssl messages
This commit is contained in:
parent
ad8f26c0a4
commit
6806df80dd
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue