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

@@ -114,7 +114,7 @@ enum DebugActions {
}
static func pinoLogPath() -> String {
LogLocator.bestLogFile()?.path ?? LogLocator.legacyLogPath
LogLocator.bestLogFile()?.path ?? LogLocator.launchdLogPath
}
@MainActor