I was also facing same issues, since i just copied the path as windows(uses "\" in path) provide.
Fixed just by changing : back slash ("\") to forward slash ("/") in path.
Note: Strictly forward slash ("/") should be used in path, OS is not the constraint.
ex:- logging.file.name=D:/Logs/server.log