Skip to content

Commit 73635ab

Browse files
authored
fix: Don't log ANSI escape sequences if stdout is a file (#59)
* fix: Don't log ANSI escape sequences if stdout is a file * chore: Add changelog entry
1 parent dcfcf51 commit 73635ab

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Fixed
8+
9+
- Don't log ANSI escape sequences if stdout is a file ([#59]).
10+
11+
[#59]: https://github.com/stackabletech/containerdebug/pull/59
12+
713
## [0.3.0] - 2026-03-10
814

915
### Changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ sysinfo = { version = "0.38", features = ["serde"] }
1414
tokio = { version = "1.49", default-features = false, features = ["rt-multi-thread", "macros"] }
1515
tracing = "0.1"
1616

17-
stackable-shared = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.107.0", default-features = false }
18-
stackable-telemetry = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-operator-0.107.0", default-features = false, features = ["clap"] }
17+
stackable-shared = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-telemetry-0.6.3", default-features = false }
18+
stackable-telemetry = {git = "https://github.com/stackabletech/operator-rs", tag = "stackable-telemetry-0.6.3", default-features = false, features = ["clap"] }
1919

2020
[build-dependencies]
2121
built = { version = "0.8", features = ["chrono", "git2"] }

0 commit comments

Comments
 (0)