Wieder was gelernt

Remote Logging

2024-03-23 (Saturday)
Tags: linux logging

Kernel: https://www.kernel.org/doc/Documentation/networking/netconsole.txt Systemd: https://www.freedesktop.org/software/systemd/man/latest/systemd-journal-remote.html https://www.freedesktop.org/software/systemd/man/latest/systemd-journal-upload.html systemd-journal-upload kann auch https, also vielleicht braucht man systemd-journal-remote gar nicht?

Stop Using Print to Debug in Python. Use Icecream Instead

2021-01-18 (Monday)
Tags: python debugging tracing logging icecream introspection

Stop Using Print to Debug in Python. Use Icecream Instead