Connection pool: implement logging and telemetry events
This commit is contained in:
parent
0ffde499b8
commit
7738fbbaf5
3 changed files with 100 additions and 7 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue