Task Description
As a user, I need installation log messages to display relative paths instead of full absolute paths so that logs are less cluttered, easier to read, and don't expose sensitive system path information. The file logger should log the working directory once at startup so full paths can still be reconstructed if needed.
Acceptance Criteria
Additional Information
Relevant code: path logging throughout ModEntryInstaller.install() and InstallCoordinator.runInstallation()
Task Description
As a user, I need installation log messages to display relative paths instead of full absolute paths so that logs are less cluttered, easier to read, and don't expose sensitive system path information. The file logger should log the working directory once at startup so full paths can still be reconstructed if needed.
Acceptance Criteria
Additional Information
Relevant code: path logging throughout
ModEntryInstaller.install()andInstallCoordinator.runInstallation()