I have a Spring boot application where i use Logback. I want it to only log to the file and not the console. I have following properties
logging.path=/log/myapp/
logging.pattern.console=
i am getting this error when i try to run the app
ERROR in ch.qos.logback.classic.PatternLayout("") - Empty or null pattern.
Can somebody please help with this