diff options
author | Mark Felder <feld@feld.me> | 2022-11-11 11:39:43 -0500 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2022-11-11 12:36:29 -0500 |
commit | 6b87b3f2eae62a7d6e20681468c367489a47f0a3 (patch) | |
tree | dcb93a039bd493d08a0eb2e074e11141addd9b10 /config/description.exs | |
parent | 39a96876ef1dd232c725cc10dccdc4f1e154a8fc (diff) | |
download | pleroma-6b87b3f2eae62a7d6e20681468c367489a47f0a3.tar.gz pleroma-6b87b3f2eae62a7d6e20681468c367489a47f0a3.zip |
Remove Quack logging backend
Diffstat (limited to 'config/description.exs')
-rw-r--r-- | config/description.exs | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/config/description.exs b/config/description.exs index 3a2a65272..a79cfd967 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1191,45 +1191,6 @@ config :pleroma, :config_description, [ ] }, %{ - group: :quack, - type: :group, - label: "Quack Logger", - description: "Quack-related settings", - children: [ - %{ - key: :level, - type: {:dropdown, :atom}, - description: "Log level", - suggestions: [:debug, :info, :warn, :error] - }, - %{ - key: :meta, - type: {:list, :atom}, - description: "Configure which metadata you want to report on", - suggestions: [ - :application, - :module, - :file, - :function, - :line, - :pid, - :crash_reason, - :initial_call, - :registered_name, - :all, - :none - ] - }, - %{ - key: :webhook_url, - label: "Webhook URL", - type: :string, - description: "Configure the Slack incoming webhook", - suggestions: ["https://hooks.slack.com/services/YOUR-KEY-HERE"] - } - ] - }, - %{ group: :pleroma, key: :frontend_configurations, type: :group, |