Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump rlg from 0.0.5 to 0.0.6 #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps rlg from 0.0.5 to 0.0.6.

Release notes

Sourced from rlg's releases.

RustLogs (RLG) 🦀 v0.0.6

Release v0.0.6 - 2024-09-07

RustLogs (RLG)

A robust and flexible Rust library for application-level logging with support for multiple formats and asynchronous operations.

![Made With Love][made-with-rust] ![Crates.io][crates-badge] ![lib.rs][libs-badge] ![Docs.rs][docs-badge] ![Codecov][codecov-badge] Build Status ![GitHub][github-badge]

Overview

RustLogs (RLG) is a comprehensive Rust library that provides advanced application-level logging capabilities. It offers a wide range of logging APIs, helper macros, and flexible configuration options to simplify common logging tasks and meet diverse logging requirements.

Features

  • Multiple log levels: ALL, DEBUG, DISABLED, ERROR, FATAL, INFO, NONE, TRACE, VERBOSE, and WARN
  • Structured log formats for easy parsing and filtering
  • Support for multiple output formats including:
    • Common Log Format (CLF)
    • JavaScript Object Notation (JSON)
    • Common Event Format (CEF)
    • Extended Log Format (ELF)
    • W3C Extended Log File Format
    • Graylog Extended Log Format (GELF)
    • Apache Access Log Format
    • Logstash Format
    • Log4j XML Format
    • NDJSON (Newline Delimited JSON)
  • Configurable logging destinations (file, stdout, network)
  • Asynchronous logging for improved performance
  • Log rotation support (size-based, time-based, date-based, count-based)
  • Environment variable expansion in configuration
  • Hot-reloading of configuration
  • Comprehensive error handling and custom error types

... (truncated)

Commits
  • 6c4721d Merge pull request #55 from sebastienrousseau/feat/rlg
  • 795d4a2 fix(RLG): 🐛 fix link
  • 065884b docs(RLG): 📝 update documentation
  • 77be99e test(RLG): 🐛 fix test_log_level_includes_exhaustive
  • 485a8b7 feat(RLG): ✨ add examples for RLG
  • bdeb3ef fix(RLG): ✅ remove broken tests
  • 5e73643 test(RLG): ✅ Add new test cases
  • 00038a2 test(RLG): ✅ Add tests for the includes method and the Defau...
  • 28b30f0 fix(RLG): 🐛 Add more complex test cases for the validate method, includin...
  • fe21b88 fix(RLG): 🐛 error: field assignment outside of initializer for an instanc...
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [rlg](https://github.com/sebastienrousseau/rlg) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/sebastienrousseau/rlg/releases)
- [Commits](sebastienrousseau/rlg@v0.0.5...v0.0.6)

---
updated-dependencies:
- dependency-name: rlg
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 9, 2024
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants