Skip to content

Bump logster from 1.0.2 to 1.1.1#107

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/logster-1.1.1
Open

Bump logster from 1.0.2 to 1.1.1#107
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/logster-1.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps logster from 1.0.2 to 1.1.1.

Changelog

Sourced from logster's changelog.

2.0.0-rc.5

  • Add status_2xx_level, status_3xx_level, status_4xx_level, status_5xx_level configuration options to change the log level for different status groups.
  • Rename query_params to query for consistency.
  • Introduce Logster.ChangeConfig plug to change configuration options per request.
  • Use Elixir 1.18+ JSON if available, else default to Jason.
  • Rename Logster.Formatters.String to Logster.Formatters.Logfmt.
  • Change formatter: :string option to formatter: :logfmt.

2.0.0-rc.4

  • Add status_2xx_level, status_3xx_level, status_4xx_level, status_5xx_level configuration options to change the log level for different status groups.
  • Introduce Logster.ChangeConfig plug to change configuration options per request.
  • Use Elixir 1.18+ JSON if available, else default to Jason.
  • Rename Logster.Formatters.String to Logster.Formatters.Logfmt.
  • Change formatter: :string option to formatter: :logfmt.

2.0.0-rc.3

  • extra_fields configuration to optionally enable host and query_params params being logged.

2.0.0-rc.1

  • Introduce Logster.attach_phoenix_logger/1, which attaches a phoenix telemetry event listener for logging. This is the recommended way to use Logster with Phoenix.
  • Introduce Logster.info/3, Logster.debug/3, Logster.warning/3, Logster.error/3 etc. These functions mimic those provided by the elixir logger, which outputs messages in your chosen log format.
  • Logs socket events.
  • Move all configuration options to be set through config.exs.
  • Rename Logster.Plugs.Logger to Logster.Plug.
  • Rename Logster.Plugs.ChangeLogLevel to Logster.ChangeLogLevel.
  • Rename Logster.StringFormatter to Logster.Formatters.String.
  • Rename Logster.JSONFormatter to Logster.Formatters.JSON.
  • Specify formatter using atoms instead of module:
    • formatter: :json
    • formatter: :string
  • Request state output in logs changed:
    • state=set => state=sent
    • state=set_chunked => state=chunked
  • Config option allowed_headers changed to headers.
  • Better mix docs output.

1.1.0

  • By default logs responses with 5xx status code with error level and 4xx responses with warning level.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [logster](https://github.com/navinpeiris/logster) from 1.0.2 to 1.1.1.
- [Release notes](https://github.com/navinpeiris/logster/releases)
- [Changelog](https://github.com/navinpeiris/logster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/navinpeiris/logster/commits)

---
updated-dependencies:
- dependency-name: logster
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Apr 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants