These are the logging properties. I want to save errors in different file what changes are required?
#logging properties
logging.level.root=info
logging.level.com.bmo.ris=debug
logging.org.hibernate.SQL=debug
logging.file.path=C:\\log
logging.file.name=${logging.file.path}\\Logs.log
logging.file.max-size=20KB
logging.file.max-history=3
logging.pattern.file=%d{dd-MM-yyyy HH:mm:ss.SSS} %-5level %logger{36}.%M - %msg%n
logging.pattern.rolling-file-name=${logging.file.path}\\archived\\Logs_%d{dd-MM-yyyy}_%i.log
logging.pattern.console=%d{dd-MM-yyyy HH:mm:ss.SSS} %-5level %logger{36}.%M - %msg%n