From 2607a2b892ce3c4f4da0b09c88ed1d6a4951020c Mon Sep 17 00:00:00 2001 From: der richter Date: Thu, 30 Jan 2020 14:32:31 +0100 Subject: mac: activate logging when started from the bundle this creates a default log for the last mpv run when started from the bundle. that way one can get a log of what happened even after an issue occurred. also add a menu entry under Help to show the current log, but only when the bundle is used. Fixes #7396 Fixes #2547 --- TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'TOOLS/osxbundle/mpv.app') diff --git a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf index bdffa7a951..618f87e24b 100644 --- a/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf +++ b/TOOLS/osxbundle/mpv.app/Contents/Resources/mpv.conf @@ -1 +1,2 @@ player-operation-mode=pseudo-gui +log-file=~/Library/Logs/mpv.log -- cgit v1.2.3