Spring Boot log file creation using logback xml file
open spring boot project in Eclipse Right click ->src/main/Resources folder and create new file logback.xml Add following configurangions line no- 4 configure your file path and name <file>logs/myapp.log</file> line no 19 specify level of log β <root level=βinfoβ> now save file and run the project see that log folder and insde myapp.log file created my [β¦]