mac: drop legacy log path

This commit is contained in:
Peter Steinberger
2025-12-10 00:04:57 +00:00
parent 872d54a2dd
commit a7e4656834
3 changed files with 11 additions and 19 deletions

View File

@@ -80,9 +80,9 @@ enum LaunchAgentManager {
<true/>
</dict>
<key>StandardOutPath</key>
<string>\(LogLocator.legacyLogPath)</string>
<string>\(LogLocator.launchdLogPath)</string>
<key>StandardErrorPath</key>
<string>\(LogLocator.legacyLogPath)</string>
<string>\(LogLocator.launchdLogPath)</string>
</dict>
</plist>
"""