Connection pool: implement logging and telemetry events

This commit is contained in:
rinpatch 2020-07-15 15:26:25 +03:00
commit 7738fbbaf5
3 changed files with 100 additions and 7 deletions

View file

@ -39,6 +39,7 @@ defmodule Pleroma.Application do
# every time the application is restarted, so we disable module
# conflicts at runtime
Code.compiler_options(ignore_module_conflict: true)
Pleroma.Telemetry.Logger.attach()
Config.Holder.save_default()
Pleroma.HTML.compile_scrubbers()
Config.DeprecationWarnings.warn()