fix(logging): initialize log directory before first log write

This commit is contained in:
2026-07-05 19:21:53 +02:00
parent cc55f55dab
commit 3e887a15a9
2 changed files with 10 additions and 0 deletions
+7
View File
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- Fixed log initialization order so the log directory is created before the first log message is written.
- Fixed first-run behavior for fresh repository clones by creating the `log/` directory before writing log output.
## 1.0.0 - 2026-07-05
### Added