'Intellij complaining about property logging.file.path in SpringBoot

Running Springboot 2.5.9 and IntelliJ 2022.1. I have this in my application.yml:

enter image description here

However, IntelliJ is complaining about the fact that logging.file is deprecated. logging.file.name and logging.file.path are correct usages as far as I know. Is this just an IntelliJ bug?

enter image description here



Solution 1:[1]

Had same issue, updating IntelliJ IDEA from 2022.1 to 2022.1.1 solved the problem for me:

enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 tuiz