Skip to content

Commit dd90fe3

Browse files
ad3002claude
andcommitted
Add structured log output with timestamps
Replace plain eprintln! messages with timestamped log format matching satellome conventions: "YYYY-MM-DD HH:MM:SS - arraysplitter - INFO - ..." Also track total input basepairs and show output file list. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5af1996 commit dd90fe3

3 files changed

Lines changed: 209 additions & 33 deletions

File tree

src/rust/arraysplitter/Cargo.lock

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

src/rust/arraysplitter/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ statrs = "0.16"
3737
# System info (memory, CPU)
3838
sysinfo = "0.30"
3939

40+
# Date/time for logging
41+
chrono = "0.4"
42+
4043
[[bin]]
4144
name = "arraysplitter"
4245
path = "src/main.rs"

0 commit comments

Comments
 (0)