``` logging.file=logs/app.log logging.file.max-history=20 logging.file.max-size=50MB ``` how to config these properties in yml file ``` #log logging: file: // how to config max-history: 30 max-size: 50MB ```