kumo.log_info is not showing up at all

Hi everyone, can someone tell me from where you guys checking the logs?
/var/log/kumomta? or journalctl -u kumomta

it’s really hard to debug

journalctl for lua errors and other low level issues, /var/log/kumomta for message logs. If you need more details in journal you can enable debug mode (don’t do it if you’re processing a lot of messages, it produces a LOT of logs, it’s useful for debugging on staging or local).

To make the json readable on the cli you can pipe the tailer info through ‘jq’. That will make a neat human readable format of the json info

The normal logs in /var/log/kumomta/ will usually give you the information you need. You can also use trailer if you don’t want to zstdcat the files.
For weird systems level things journal (debug) will give you a ton of detail but it is very verbose. Remember to turn it off when you are done.