I try to enable structured logging by configuring

logging:
  structured.format.console: ecs
  structured.format.file: ecs

It doesn't works because there is log4j2.xml in classpath, I think it's worthy to add warning to document.

Comment From: mhalbritter

Thanks @quaff !