Page 1 of 1

How to make a logfile

Posted: 20 Oct 2009 22:49
by MortenKjarulff
Hi,

How can I have vlc produce some kind og log file? (I have a webcam that sometimes stop working and would like to see if vlc says why)

I have tried this, but no log file (or can't find it):

Code: Select all

C:\Programmer\VideoLAN\vlc\vlc.exe ^ -v ^ --extraintf logger --logfile vlc-vlm.log --logmode text ^ --extraintf http ^ --http-host 0.0.0.0:80 ^ --http-src %MSET_VAR%\wwwroot ^ --vlm-conf %MSET_PRIVATE_BIN%\vlc-vlm.conf
/Morten

Re: How to make a logfile

Posted: 21 Oct 2009 14:43
by VLC_help
Did you try
--file-logging, --no-file-logging
Log to file (default disabled)
Log all VLC messages to a text file. (default disabled)
?

Re: How to make a logfile

Posted: 21 Oct 2009 18:03
by vangloria
Shouldn't the need to use --extraintf logger be documented in vlc-help.txt?

Re: How to make a logfile

Posted: 21 Oct 2009 18:23
by MortenKjarulff
will try, thanks

Re: How to make a logfile

Posted: 21 Oct 2009 21:32
by MortenKjarulff
Hi,

Tried this - no file created. What next?

Cheers,
Morten C:\Programmer\VideoLAN\vlc\vlc.exe ^
-vv ^
--extraintf logger --file-logging --logfile vlc-vlm.log --logmode text ^
--extraintf http ^
--http-host 0.0.0.0:80 ^
--http-src %MSET_VAR%\wwwroot ^
--vlm-conf %MSET_PRIVATE_BIN%\vlc-vlm.conf
[/code]

Re: How to make a logfile

Posted: 22 Oct 2009 13:37
by VLC_help
File logging was broken at some point, so it might be that it isn't fixed yet.

Re: How to make a logfile

Posted: 25 Oct 2009 11:55
by MortenKjarulff
am I using the correct options, that is, should I get a log file with the options I use?

Re: How to make a logfile

Posted: 25 Oct 2009 13:23
by VLC_help
file-logging and logfile are both valid options according to documentation, so there must be somekind of bug.