diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:32:07 +0700 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2019-01-08 16:32:07 +0700 |
commit | 0c750bc432a6329be7f0dc15707e46625b11faf3 (patch) | |
tree | 36702360119a8bce2d2b41c84d32d0cdd1a48c0c /docs | |
parent | 6428ef77adef6aa3fca1fbcdcfffc5db5fc953d5 (diff) | |
parent | 4e5b1560479df7dd553a2132186f9701e1d56871 (diff) | |
download | pleroma-0c750bc432a6329be7f0dc15707e46625b11faf3.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into feature/pinned-posts
Diffstat (limited to 'docs')
-rw-r--r-- | docs/config.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/config.md b/docs/config.md index c903b53bf..f1bb8d86c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -95,6 +95,10 @@ config :pleroma, Pleroma.Mailer, older software for theses nicknames. * `max_pinned_statuses`: The maximum number of pinned statuses. `0` will disable the feature. +## :logger +* `backends`: `:console` is used to send logs to stdout, `{ExSyslogger, :ex_syslogger}` to log to syslog +See: [logger’s documentation](https://hexdocs.pm/logger/Logger.html) and [ex_syslogger’s documentation](https://hexdocs.pm/ex_syslogger/) + ## :fe This section is used to configure Pleroma-FE, unless ``:managed_config`` in ``:instance`` is set to false. |