Use `SysLogProcessor` and `SysLogRenderer` to format the logs
Use a custom renderer to match the structure we want:
```
%programname[%processid] [%level] %message [%logger:%linenumber] %structureddata
```
By default, rsyslog will prepend
```
%timestamp %hostname
```
and it will look exactly as we want.