Log message format

I want change the log message format in console. My understanding is that I can use log4j conventions. However, changing the format string from

%d | %c | %5p | %m%n

to

%d{HH-mm-ss} | %c | %5p | %m%n

shows no effect in my real time logging output.

Any ideas?

Regards,

Hello @Klaas_Klever,

Our formatting code is used only for logs that are saved to file and for integrations. Our RT logging doesn’t use the specified formatting.

Regards,
Olha