mac: centralize log path lookup

This commit is contained in:
Peter Steinberger
2025-12-10 00:03:37 +00:00
parent 27d8aa0f04
commit c4eff00ed7
4 changed files with 42 additions and 31 deletions

View File

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