Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Compatibility with earlier Elixir versions?

Open
#4 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
elixir
Domain
backend

Research direction

Start with mix.exs to compare the advertised Elixir 1.15+ requirement with the intended support through 1.12. Then trace the configuration-loading path related to database-backed configuration and the deprecated logger backend, using the reported Pleroma breakage as the compatibility case. Done means the supported-version decision and configuration behavior are documented or implemented consistently.

Written by the indexing model from the issue text.

Description

Hi,

It looks like Elixir 1.15 broke backend configuration for Pleroma (seems related to us supporting loading configuration from database).
And as it's deprecated we should probably just move to :logger_backend anyway, but it's mix.exs advertises support only for Elixir 1.15+ while we'd want to keep support for previous Elixir versions (currently up to 1.12), is this intended?

Dominant language
Elixir
Stars
61
Forks
6
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from elixir-lang/logger_backends

All issues in elixir-lang/logger_backends

Similar issues

More Elixir issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.