jackson ident doesn't seem to work. This is probably an I durm situation.

I have this... but the json is only output on a single line, suggestions? client is super simple, I suspect you could client up anything with log level full to test this.

@SpringBootTest
@ActiveProfiles("dev")
@TestPropertySource(
  properties = [
    "cof.devexchange.feign-log-level = full", // is output but only on a single line
    "spring.jackson.serialization.indent-output= true"
  ]
)
internal class BusinessDivisionClientLiveTest @Autowired constructor(val client: BusinessDivisionClient) {
  @Test
  @WithMockUser
  fun findAllBy() {
    val res = client.findAllBy(BusinessDivisionQueryParams(includeRoles = true))
    assertThat(res.divisions).isNotEmpty
  }
}

Comment From: OlgaMaciaszek

Which version are you using @xenoterracide ?

Comment From: OlgaMaciaszek

Also, could you provide a full executable sample that we could verify?

Comment From: spring-cloud-issues

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

Comment From: spring-cloud-issues

Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue.