I tried to redirect the log output only to a file, but Spring Boot stills logs in console. Is there any to disable console output?
I set into properties the file name but it does not solved.
###############
### Logging ###
###############
logging.level.=INFO
logging.file=log/${server.context-path}.log
Thanks any help!