Skip to content

fix(logger): handle file rotation errors - #31

Merged
LimiNode merged 2 commits into
mainfrom
codex/refactor-filelogger-file-rotation
Sep 14, 2025
Merged

fix(logger): handle file rotation errors#31
LimiNode merged 2 commits into
mainfrom
codex/refactor-filelogger-file-rotation

Conversation

@LimiNode

Copy link
Copy Markdown
Owner

Summary

  • use std::filesystem::path and rename for file rotation
  • raise an exception when a rotation rename fails
  • test that rotation renames files successfully

Testing

  • cmake -S . -B build -DCMAKE_CXX_STANDARD=17
  • cmake --build build
  • ctest --test-dir build

https://chatgpt.com/codex/tasks/task_e_68c64d166144832c8877847d6d277ead

@LimiNode
LimiNode merged commit f32b437 into main Sep 14, 2025
7 checks passed
@LimiNode
LimiNode deleted the codex/refactor-filelogger-file-rotation branch September 20, 2025 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant