sebastienrousseau / shokunin

A Content-First Open Source Static Site Generator (SSG) written in Rust 🦀
https://shokunin.one
Apache License 2.0
30 stars 2 forks source link

build(deps): bump rlg from 0.0.3 to 0.0.4 #228

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps rlg from 0.0.3 to 0.0.4.

Release notes

Sourced from rlg's releases.

RustLogs (RLG) 🦀 v0.0.4

Release v0.0.4 - 2024-05-06

RustLogs (RLG)

A Rust library that implements application-level logging with a simple, readable output format.

![Made With Love][made-with-rust] Crates.io ![Lib.rs][libs-badge] ![Docs.rs][docs-badge] ![License][license-badge]

![divider][divider]

Overview

RustLogs (RLG) is a Rust library that provides application-level logging with a simple, readable output format. It offers logging APIs and various helper macros to simplify common logging tasks.

Features

  • Supports many log levels: ALL, DEBUG, DISABLED, ERROR, FATAL, INFO, NONE, TRACE, VERBOSE, and WARNING
  • Provides structured log formats that are easy to parse and filter
  • Compatible with multiple output formats including:
    • Common Event Format (CEF)
    • Extended Log Format (ELF)
    • Graylog Extended Log Format (GELF)
    • JavaScript Object Notation (JSON)
    • NCSA Common Log Format (CLF)
    • W3C Extended Log File Format (W3C)
    • Syslog Format
    • Apache Access Log Format
    • Logstash Format
    • Log4j XML Format
    • NDJSON (Newline Delimited JSON)
    • and more

... (truncated)

Commits
  • d6bcbd7 fix(RLG): :white_check_mark: updated failing Github Job and missing template
  • 72d4c2b Merge pull request #24 from sebastienrousseau/feat/rlg
  • 916bb67 test(RLG): :white_check_mark: commenting broken tests
  • 1272ad2 fix(RLG): :memo: minor tweaks
  • b8b73e7 test(RLG): :white_check_mark: new tests for LogLevel and LogFormat
  • 65c077a docs(RLG): :memo: updates on README.md
  • 077732c test(RLG): :bug: fixes on broken tests
  • 6506348 test(RLG): :white_check_mark: minor tweaks on unit tests for config.rs
  • 012ee3c refactor(RLG): :white_check_mark: code refactoring for config.rs and add new ...
  • 61bb814 feat(RLG): :sparkles: Improve build script docs and error handling
  • Additional commits viewable in compare view


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 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 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)