Page 1 of 1

vlc logging command line option withou recompiling

Posted: 21 Dec 2006 18:54
by vvvua
Hello.
When i use -vvv option and -d option i can't read debug information.
If it possible to do logging to file without recompiling the vlc?

Posted: 21 Dec 2006 20:23
by Jean-Baptiste Kempf
vlc -H --advanced-help | grep log
gives you --logfile

A bit of googling and search here gives you:

--extraintf logger --logfile myvlc.log

:D