diff --git a/pyproject.toml b/pyproject.toml index 2ee373e..b2b6ae1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ filterwarnings = [ "ignore::RuntimeWarning", "ignore::DeprecationWarning", ] -log_cli_level = "INFO" +log_level = "INFO" testpaths = [ "tests", ]