There is a bit of a log at ~/LibraryLogs/X11/org.macosforge.xquartz.log

man Xquartz gives this about logging which might help but I’ve never used that.

LOGGING
       XQuartz  stores   a   server   log   at   ~/Library/Logs/X11.org.macos-
       forge.xquartz.log  which is analogous to /var/log/Xorg.#.log on systems
       that use the XFree86 DDX such as Linux, BSD, and Solaris.

       In addition to this server log, XQuartz sends  messages  to  syslogd(8)
       using asl(3).  These logs are sent to the org.macosforge.xquartz facil-
       ity, and you can watch these logs using the  following  syslog(1)  com-
       mand:

       $ syslog -w -k Facility eq org.macosforge.xquartz

       or  you can include extra information such as the file, line, and func-
       tion where the message originated:

       $ syslog -w -F '$(Time) $(Sender)  <$(Level)>  $(File):$(Line)  $(Func-
       tion) :: $(Message)' -k Facility eq org.macosforge.xquartz
       By default, XQaurtz sets an ASL mask which  prevents  it  from  logging

       messages  below the ASL_LEVEL_WARNING level (meaning almost all logging
       is done strictly to the file referenced above).  To  force  XQuartz  to
       send all log messages to syslogd(8), you can adjust this mask using the
       following syslog(1) command:

       $ syslog -c X11.bin -d

       The stdout and stderr messages  printed  by  any  process  launched  by
       XQuartz  will  be  redirected  to  this syslog facility with a priority
       level of ASL_LEVEL_INFO and ASL_LEVEL_NOTICE respectively.  In order to
       see  these  messages  in  syslog, you will need to adjust XQuartz's asl
       mask as above but using -i or -n instead of -d.

Regards Rob.


> On 6 Nov 2018, at 19:37, Patrick Whitney <[email protected]> wrote:
> 
> Hi Everyone,
> 
> I'm doing some experimentation with launching an X11 application from within 
> a Docker container to the "host."   I'm making some progress, but it would be 
> helpful if I could get some more logging happening. 
> 
> I'm running XQuartz 2.7.11 (xorg-server 1.18.4) on 10.13.6.  I've poked 
> around at XQuartz and I do not see a lot of logging or a way to increase 
> logging.  
> 
> Can anyone help me out with XQuartz logging? 
> 
> Many thanks!
> -Pat
> 
> -- 
> Patrick Whitney
> DevOps Engineer -- Tools
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription: 
https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to