I'm configuring Syslog layout and I'm wondering if I can set a max string size for a parameter, so the output won't be to long. For example:
<parameter name="@tresc_requestu" layout="${event-context:item=tresc_requestu}" />
I would like the log output to be max 5 char long. Cheers.