fix(logging): Fix log file naming to prevent collisions and update logging system documentation.

This commit is contained in:
2025-05-23 21:31:39 +00:00
parent a82fdc0f26
commit 53d3dc55e6
4 changed files with 35 additions and 5 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-05-23 - 1.9.2 - fix(logging)
Fix log file naming to prevent collisions and update logging system documentation.
- Enhance safe filename generation in tstest logging to preserve directory structure using double underscores.
- Update readme.hints.md to include detailed logging system documentation and behavior.
- Add .claude/settings.local.json with updated permissions for build tools.
## 2025-05-23 - 1.9.1 - fix(dependencies)
Update dependency versions and add local configuration files