Skip to content

Implement basic file logging - #36

Merged
Notgnoshi merged 12 commits into
mainfrom
dev/file
Jul 30, 2026
Merged

Implement basic file logging#36
Notgnoshi merged 12 commits into
mainfrom
dev/file

Conversation

@Notgnoshi

Copy link
Copy Markdown
Owner

Closes #11

Notgnoshi added 12 commits July 29, 2026 16:04
It had too much complexity and edge cases around matching files against
the pattern (what happens if the user changes the format in a software
update - how does candumpr migrate existing files? How do we handle
retention policies if the user saves all files to the same directory, or
doesn't include the {index}?)

So I'll set the format myself, based lessons learned from the internal
tool that candumpr is intended to replace.
There will be more arguments added over time, so migrate to a config
struct for ease of implementing the new features in the future.
@Notgnoshi
Notgnoshi merged commit 437dd13 into main Jul 30, 2026
7 checks passed
@Notgnoshi
Notgnoshi deleted the dev/file branch July 30, 2026 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

candumpr: basic file output

1 participant