[Wayland-bugs] [Bug 101727] Wayland Server Logger does NOT exist [lookalike Xorg server logger, integrated into server itself]!
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jul 10 07:23:01 UTC 2017
https://bugs.freedesktop.org/show_bug.cgi?id=101727
--- Comment #3 from Pekka Paalanen <ppaalanen at gmail.com> ---
Ok, you mean just the normal log file writing. I do not understand why you
explained (half incorrectly) about multiple processes and communication then.
Wayland is not code you could run, therefore it does not write logs.
libwayland has a log capture API: wl_log_set_handler_client() for clients and
wl_log_set_handler_server() for servers.
Every display server has its own way of storing its log output.
Weston by default writes its log output to stderr, but you can use --log
command line option to direct it to a file, if you do not want to use shell
output redirection. See 'man weston'.
So, what exactly is missing that Xorg has?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20170710/97b184e8/attachment.html>
More information about the wayland-bugs
mailing list