Sha256: a90add3c303ecd1e0fa439bd89f7d884c3f55ad3616fc6440b59039309fb7c72

Contents?: true

Size: 1.08 KB

Versions: 1

Compression:

Stored size: 1.08 KB

Contents

# 0.2.6 (2022-03-14)

- Add support for Rails 7.

# 0.2.5 (2021-11-04)

- Rails event logs now include a subset of session attributes (`session_id` and `_csrf_token`).
  Set `Rails.config.lograge.verbose_session_logging` to log the full session hash.

# 0.2.4 (2021-11-02)

- Rails event logs now include the following, in addition to the
  headers already logged:

  - `request.origin`
  - `request.base_url`
  - `request.x_csrf_token`
  - `params[:authenticity_token]`

# 0.2.3 (2021-09-02)

- JSON formatter now strips all ANSI 7-bit C1 escapes from strings
  (fixes [#1](https://github.com/BerkeleyLibrary/logging/issues/1) properly)

# 0.2.2 (2021-09-02)

- JSON formatter now strips ANSI color escapes from strings
  (fixes [#1](https://github.com/BerkeleyLibrary/logging/issues/1))

# 0.2.1 (2021-08-19)

- Recursively log error cause

# 0.2.0 (2021-08-18)

- Rename to `BerkeleyLibrary::Logging` in prep for move to GitHub

# 0.1.1 (2021-05-03)

- Adds a global logger accessible by including `UCBLIT::Logging`, or via class methods
  on that module.
  
# 0.1.0 (2021-03-12)

- Initial pseudo-release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
berkeley_library-logging-0.2.6 CHANGES.md