--- sidebar_position: 7 --- # Logging ### Using with SLF4J and Logback Add a `logback.xml` file to your `src/main/resources` folder with the following content: ```xml %d{yyyy-MM-dd HH:mm:ss} %-5level %logger{36} - %msg%n ```