I use Spring Boot and want it to write log output to a file.
According to the docs, this is simply done by setting
logging.file=filename.log <
logging.file=filename.log
In my case, I added a file "logback.xml" in one of my sub module by mistake which caused this issue, remove it and everything will be fine.