Page 1 of 1
VLC isn't logging anything
Posted: 01 Apr 2014 23:58
by andy_blah
I'm using VLC 2.1.2 (the latest in the repos) on Debian, and even though I've set VLC to log everything on 2 (verbosity) in a vlc.log file under my home directory, the log file never shows up. Should I do something additional?
Re: VLC isn't logging anything
Posted: 02 Apr 2014 18:03
by andy_blah
*bump* I've had a system crash due to watching something on VLC yet it didn't log anything ofcourse
I've even created the empty file and set the proper permissions to it and... nothing!
Re: VLC isn't logging anything
Posted: 04 Apr 2014 01:01
by andy_blah
As I didn't get any answers yet, I went ahead and looked at VLC's manpage, and enabled VLC to log by adding --file-logging /path/to/file/
This is for anyone who needs this.
Please fix the broken logging setting.
Re: VLC isn't logging anything
Posted: 05 Apr 2014 10:06
by Rémi Denis-Courmont
The verbosity settings works fine here.
Re: VLC isn't logging anything
Posted: 09 Apr 2014 04:43
by andy_blah
Doesn't work here.
Re: VLC isn't logging anything
Posted: 04 Jul 2015 07:36
by wannabesrevenge
Bump. GUI-based logging setting is not working for me either. I'm currently on Arch 4.0.5 with VLC 2.2.1 . Log file is set to /home/{home}/log/vlc.log . Log format text. syslog ident vlc. syslog facility user. verbosity 2. Restarted vlc multiple times. tried higher verbosity, seems like 2 is the highest tho.
Re: VLC isn't logging anything
Posted: 04 Jul 2015 15:01
by andy_blah
To add to this issue, I tried running vlc with the following arguments: "--verbose=2 --file-logging --logfile=~/vlc.log" (the previous command I mentioned here doesn't seem to work anymore), the file does show up, but in it I only get this:
Code: Select all
-- logger module started --
-- logger module stopped --
-- logger module started --
-- logger module stopped --
-- logger module started --
-- logger module stopped --
-- logger module started --
-- logger module stopped --
-- logger module started --
-- logger module stopped --
-- logger module started --
-- logger module stopped --
I get a pair of those messages every time I start VLC...
Re: VLC isn't logging anything
Posted: 05 Jul 2015 19:54
by Rémi Denis-Courmont
With a proper file path, it works fine here (VLC 2.2.1 from Debian).
Re: VLC isn't logging anything
Posted: 05 Jul 2015 19:57
by andy_blah
What could cause it to not log anything useful at my end in that case?
Just to be clear, the path specified is "--logfile=/home/*username*/vlc.log", I just redacted it in my previous post.
Re: VLC isn't logging anything
Posted: 12 Aug 2017 01:43
by klugerama
Running VLC 2.2.2 on Ubuntu 16.04.
Open preferences, "Show setttings" --> All, Select "Interface" in the tree. There is a checkbox, "Log to file" which must be checked in order for file logging to work.
Now all the settings in the Logging preferences panel will work (for file logging, obviously; you need to check the box for "Log to syslog" if you want that to work).
I think it's really dumb that the Logging settings are in a different preferences panel from the checkboxes that enable them AND that it even allows editing of these settings when the checkboxes are not checked. There is a panel called "Logging"! Why the @#$% would I look in a different panel altogether ("Interface"????) to enable logging?