<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Wayland Server Logger does NOT exist [lookalike Xorg server logger, integrated into server itself]!"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101727#c3">Comment # 3</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Wayland Server Logger does NOT exist [lookalike Xorg server logger, integrated into server itself]!"
href="https://bugs.freedesktop.org/show_bug.cgi?id=101727">bug 101727</a>
from <span class="vcard"><a class="email" href="mailto:ppaalanen@gmail.com" title="Pekka Paalanen <ppaalanen@gmail.com>"> <span class="fn">Pekka Paalanen</span></a>
</span></b>
<pre>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?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>