Formatting Pod Logs

Lens 2024 does not seem to preserve purposeful formatting, specifically spacing, in the Pod Logs. I’ve tested this with deployments using Logback and SLF4J.

Current:

2024-04-23T21:03:31.464Z INFO 15 --- [ main] [ ] io.undertow : starting server: Undertow - 2.3.12.Final
2024-04-23T21:03:31.479Z INFO 15 --- [ main] [ ] org.xnio : XNIO version 3.8.8.Final
2024-04-23T21:03:31.496Z INFO 15 --- [ main] [ ] org.xnio.nio : XNIO NIO Implementation Version 3.8.8.Final

Expected:

2024-04-23T21:03:31.464Z  INFO 15 --- [           main] [                                                 ] io.undertow                              : starting server: Undertow - 2.3.12.Final
2024-04-23T21:03:31.479Z  INFO 15 --- [           main] [                                                 ] org.xnio                                 : XNIO version 3.8.8.Final
2024-04-23T21:03:31.496Z  INFO 15 --- [           main] [                                                 ] org.xnio.nio                             : XNIO NIO Implementation Version 3.8.8.Final

I hope this helps and the topic isn’t too granular for feedback.

Cheers,
Kyle

1 Like

Hello @kyle-arnone , Thank you for reaching out!
I will notify our development team!

1 Like