Commit a4944734 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx/framework: Use syslog facilities.

parent 7fda3fd9
......@@ -76,7 +76,9 @@ void __catch_exception( void * e, const char * function, const char * file, int
[defaultParams addObject:@"--ignore-config"]; // Don't read and write VLC config files
[defaultParams addObject:@"--vout=macosx"];
[defaultParams addObject:@"--text-renderer=quartztext"]; // our CoreText-based renderer
[defaultParams addObject:@"--verbose=-1"]; // Don't polute the log
[defaultParams addObject:@"--verbose=-1"]; // Don't polute the stdio log
[defaultParams addObject:@"--syslog"]; // log to syslog
[defaultParams addObject:@"--log-verbose=4"]; // log everything
[defaultParams addObject:@"--no-color"];
[defaultParams addObject:@"--no-media-library"];
[defaultParams addObject:@"--play-and-pause"];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment