diff --git a/pyproject.toml b/pyproject.toml
index 313cf5eb18a45aa8cf5d5a9e72a674ba6613bc9b..a55284b4eef3ba3c59643a3e724725b0766558e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -3,6 +3,6 @@ line-length = 79
 target-version = ['py36']
 preview = true
 [tool.pylint.main]
-disable = ["invalid-name"]
+disable = ["invalid-name", "logging-fstring-interpolation"]
 [tool.pylint.format]
 max-line-length = 79