<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Dec 11, 2017 at 11:58 AM, Reindl Harald <span dir="ltr"><<a href="mailto:h.reindl@thelounge.net" target="_blank">h.reindl@thelounge.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
Am 25.11.2017 um 15:33 schrieb Reindl Harald:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
thanks<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=1517455" rel="noreferrer" target="_blank">https://bugzilla.redhat.com/sh<wbr>ow_bug.cgi?id=1517455</a><br>
</blockquote>
<br>
however journalctl isn't that smart either:<br>
Dez 11 10:57:17 <a href="http://srv-rhsoft.rhsoft.net" rel="noreferrer" target="_blank">srv-rhsoft.rhsoft.net</a> php[22523]: [19B blob data]<br>
<br>
/var/log/messages:<br>
Dec 11 10:57:17 srv-rhsoft php[22523]: 1#0112#011#003<br>
<br>
[root@srv-rhsoft:~]$ cat /downloads/test.php<br>
<?php<br>
syslog(LOG_NOTICE, "1\t2\t\3");<br>
?></blockquote><div><br></div><div>That's because you're sending a \3, i.e. 0x03 which is not printable.</div><div><br></div><div>Regular tabs are no longer filtered as of <a href="https://github.com/systemd/systemd/commit/ba961854ddec8a8efcffab44540c33cc7dffebfa">commit ba961854ddec8a8efcff</a> (v187).</div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">Mantas Mikulėnas <<a href="mailto:grawity@gmail.com" target="_blank">grawity@gmail.com</a>></div></div>
</div></div>