kaxil commented on a change in pull request #9092:
URL: https://github.com/apache/airflow/pull/9092#discussion_r433221380



##########
File path: airflow/config_templates/airflow_local_settings.py
##########
@@ -15,242 +15,15 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-"""Airflow logging settings"""
+"""This module is deprecated. Please use `airflow.logging_config` instead"""
 
-import os
-from typing import Any, Dict, Union
-from urllib.parse import urlparse
+import warnings
 
-from airflow.configuration import conf
-from airflow.exceptions import AirflowException
-from airflow.utils.file import mkdirs
+# pylint: disable=unused-import
+from airflow.logging_config import AwsLambdaHook  # noqa

Review comment:
       ```suggestion
   from airflow.logging_config import DEFAULT_LOGGING_CONFIG  # noqa
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to