dig-logging 0.1.4

Shared structured logging + log-collection building block for the DIG service binaries (dig-node, dig-dns, dig-updater): dual JSONL-file + human-stderr sinks, a per-OS log-dir convention, daily rotation + a byte-cap janitor, run_id/op_id correlation, a versioned redaction engine, and a reusable `logs` CLI verb set.
Documentation
# Changelog

All notable changes to this project are documented here.
This project adheres to [Semantic Versioning](https://semver.org) and
[Conventional Commits](https://www.conventionalcommits.org).

## [0.1.4] - 2026-07-17

### Bug Fixes
- **redact:** Catch named-field brace secret-Debug shapes (#730) (#5)

## [0.1.3] - 2026-07-17

### Bug Fixes
- **dirs:** Explicit operator-read ACE on machine log dir (#728) (#4)

## [0.1.2] - 2026-07-17

### Bug Fixes
- **logging:** Exhaustive secret Debug-tuple detection + validate persisted filter on read (#3)

## [0.1.1] - 2026-07-17

### Bug Fixes
- **redact:** Harden redaction denylist residuals (#714) (#2)

## [0.1.0] - 2026-07-17

### Features
- Dig-logging shared logging + collection crate (#549, #551) (#1)

### Chores
- Initialize repository