Logging function logs more than i want (log_info)

When using kumo.log_info('Test') inside smtp_server_message_received i get much more logged before my actual log message. Could i suppress this socket.. TCPStream.. information?

Here the produced log line: 2025-07-02T11:38:55.962182Z INFO smtpsrv-0 run{socket=PollEvented { io: Some(TcpStream { addr: X.X.X.X:25, peer: X.X.X.X:36650, fd: 47 }) }}:process: lua: /opt/kumomta/etc/policy/init.lua:154: Test

You could just use a print function.
Try print("test")