Adding timestamp to a log file using Logback-test.xml
问题 Currently my Spring-boot application logs to a file named: myLog.log , this is working as intended, however I would like the log file to have a timestamp at the end of it and create a new file each time it is ran. I have tried to implement this in my logback-test.xml file shown below, but it is just giving me the filename: myLog.log without a timestamp. How can I fix this? Logback-test.xml: <?xml version="1.0" encoding="UTF-8"?> <configuration> <include resource="org/springframework/boot