Benoit Lefèvre

Results 16 issues of Benoit Lefèvre

As it's a big part of the delicate art of tuning a REST API, it would be cool to be able to hook on error return. Maybe I've missed a...

enhancement
question
documentation
feature request

**Describe the bug** Whenever I use `Markers.appendFields()` : - 🟢 the fields of the given POJO are well sent to the logstash backend as new entries in the JSON root...

type/enhancement

### GitLens Version v12.1.2 ### VS Code Version Version : 1.70.0 Validation : da76f93349a72022ca4670c1b84860304616aaa2 Date : 2022-08-04T04:39:20.716Z (il y a 5 jours) Electron : 18.3.5 Chromium: 100.0.4896.160 Node.js : 16.13.2...

potential-bug
triage

Hi In my development team, we've recently made a huge Spring component's version upgrade ... on a legacy code base 😋 Amongst other things, we've upgraded from `spring-data-commons:1.11.6.RELEASE` to `spring-data-commons:2.6.3`...

status: waiting-for-triage

**Is your feature request related to a problem? Please describe :** Hi I have the following file structure : ``` __ base | |_ deployments | | |_ d1.yaml |...

triage/needs-information
kind/feature

**Is your feature request related to a problem? Please describe.** Yes, it's related to the following problem : I have a JRE, with JMX exposed on 1099, running in a...

enhancement

Hi PatternLayout enable the usage of `%[` field. It apply a color theme to subsequent logged text based on the log level It's nice, but would it be possible to...

Hi On current log4js version (v6.7.0), I've noticed a potential performance enhancement on PatternLayouts : [This `while` code block](https://github.com/log4js-node/log4js-node/blob/b2c97040fb35b1a5ef64ea50b5a8c0d0c09886ab/lib/layouts.js#L418) seems to be underachieving the pattern processing, in the way it's...

Hi I've noticed that callstack information extraction is based on the use of a regular expression It seems to work fine, but I wonder if the process could gain some...

Hi I've noticed that there is a `enableCallStack` option in the category configuration part. Although it's nice to be able to enable / disable such a feature, I think that...