Closed ineeee closed 1 year ago
<ine> kekbot: does python print "B blob data" for binary files?
<ine> .gpt does python print "B blob data" for binary files?
<kekbot> No, Python does not print "b blob data" for binary files. [snip]
<Taigabot> [AI] ine: No, Python does not automatically print "B blob data" for binary files. [snip]
<ine> kekbot: does systemd journalctl show "blob data"?
<ine> .gpt does systemd journalctl show "blob data"?
<kekbot> Yes, systemd journalctl can show "blob data". This is a placeholder for binary data that cannot be displayed as text. If you see "blob data" in your journalctl output, it means that the data in that field is not printable or is too long to be displayed. [snip]
<Taigabot> [AI] ine: Yes, systemd journalctl can show "blob data". The Systemd journal is a binary log file that captures system events and other logging information. It can store structured data as well as binary data known as "blob data". [snip]
fixed by using --all
when reading journalctl:
# journalctl -u taiga --all
when sending this:
this shows up in systemd's journal:
i discovered this when i piped /dev/urandom to spam a channel lol
can't tell if its python or systemd (99% sure its a taigabot issue and not systemd)