vitalca

Results 12 comments of vitalca

Same thing for "Ctrl+Y". It's not possible to remap it to another action.

Great, thanks for the quick response, Gilles!

I suppose I should stick to the standard functions `set_config()` / `current_setting()` rather than using the extension to achieve the desired behavior.

Hi @GeoffMontee, That makes sense. Thanks for the suggestion! I am a Java developer, but what you suggested is seemingly easy to implement. Let me give it a try.

Here's the description of the format, @tstack. Please note, that some of the fields are optional. They're not shown by default. Spring Boot is the de facto standard for all...

Hi @MakotoTheKnight, I am afraid your pattern is not complete. Please follow [the link](https://docs.spring.io/spring-boot/reference/features/logging.html#features.logging.log-format) in my previous message and try to open in `lnav` the example log from the official...

Logger configs and patterns for reference: - **Logback** (the library for logging by default in Spring Boot): https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/logback/defaults.xml#L19 - **Log4j2**: https://github.com/spring-projects/spring-boot/blob/main/spring-boot-project/spring-boot/src/main/resources/org/springframework/boot/logging/log4j2/log4j2-file.xml#L8

@MakotoTheKnight, > I'm not clear what you mean by the regex not being "complete" I mean that I took your regexp and it does not match the example log from...

> How would we be able to tell the difference between logs that present just a thread name and a correlation ID? (I have a use case like that so...