I used an application.properties with Spring Boot (1.3 M1) and started to translate it into a yaml file because it grew more and more complex.
But I have problems transl
You can even use your classname to configure logging level:
logging: level: com.yourorganization.Yourclass: DEBUG