spring-boot-logging icon indicating copy to clipboard operation
spring-boot-logging copied to clipboard

A library for logging HTTP request/response for Spring Boot application and integration with Elastic Stack

Results 21 spring-boot-logging issues
Sort by recently updated
recently updated
newest added

Bumps [spring-webmvc](https://github.com/spring-projects/spring-framework) from 5.2.3.RELEASE to 5.3.18. Release notes Sourced from spring-webmvc's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

Bumps [spring-webflux](https://github.com/spring-projects/spring-framework) from 5.2.3.RELEASE to 5.3.18. Release notes Sourced from spring-webflux's releases. v5.3.18 :star: New Features Restrict access to property paths on Class references #28261 Introduce cancel(boolean mayInterruptIfRunning) in ScheduledTask...

dependencies

I would like to know if this project is discontinued? and if it's it would be awesome if you could point me in the direction of a proper alternative.

I have a spring boot with thymeleaf template engine which has a controller to upload a csv file. As soon as I enable the logstash logging support, all the REST...

My project uses another names for request id and correlation id and would like to keep it that way. I need a way to pick these ones instead of the...

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

Bumps commons-io from 2.6 to 2.7. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-io:commons-io&package-manager=maven&previous-version=2.6&new-version=2.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

## Backgroud I have a rest-api in which I am using - `spring-cloud-starter-config` - `spring-cloud-starter-bus-amqp` and then I used - `logstash-logging-spring-boot-starter` Now I cannot see the logs in Kibana dashboard....

The test which started failing after integration: ``` @SpringBootTest @ExtendWith(SpringExtension.class) @AutoConfigureWebTestClient(timeout = "2000") public class HealthCheckHandlerTest { @Autowired WebTestClient webTestClient; @Test public void shouldGetOnline() { webTestClient .get() .uri("/status") .exchange() .expectStatus()...