18. helmikuuta 2012 5.02 Peter Tap <span dir="ltr"><<a href="mailto:ptrtap@yahoo.com">ptrtap@yahoo.com</a>></span> kirjoitti:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:times new roman,new york,times,serif"><div><br></div><div>Folks,</div>
<div><br>
</div>
<div>Environment: Ubuntu 11.10</div>
<div><br>
</div>There are two different ways I can create a batch command to log messages from VLC:
<div><br></div><div>Method 1:</div><div><br>
</div>
<div>     vlc --file-logging --logfile=Logs/vlc.log --verbose 3 <br>
  </div><div><br></div><div>Method 2:</div><div>     vlc --verbose 3 2>Logs/vlc.log</div><div><br></div><div>In the second case, I am just redirecting stderr to the log file.</div><div><br></div><div>Method 2 seems to capture more messages. For example, I am using remote control interface in vlc and I see more information from "oldrc" that I don't see in method 1. Here is an example:</div>
<div>   [0x16859d8] oldrc interface debug: base: localhost, port: 4000<br></div><div><br></div><div>Although the verbosity level is the same in both cases, why does vlc behave differently?<br></div></div></div></blockquote>
<div><br></div><div>According to the command-line help, there isn't --verbose 3</div><div>"-v, --verbose=<integer>        Verbosity (0,1,2)</div><div>          This is the verbosity level (0=only errors and standard messages,</div>
<div>          1=warnings, 2=debug)."</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif">
<div></div><div><br></div><div>Is there any additional flag I can supply in method 1 to achieve the same level of message logging?<br></div><div><br></div><div>Thank you in advance for your help.</div><div><br></div><div>
Regards,</div><div>Peter<br>
</div><br></div></div><br>_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
<br></blockquote></div><br>