xuganyu96 commented on code in PR #32707: URL: https://github.com/apache/airflow/pull/32707#discussion_r1270969032
########## airflow/cli/commands/scheduler_command.py: ########## @@ -34,12 +35,17 @@ from airflow.utils.cli import process_subdir, setup_locations, setup_logging, sigint_handler, sigquit_handler from airflow.utils.scheduler_health import serve_health_check +log = logging.getLogger(__name__) Review Comment: Could you please point to where the logger is named `logger`? The modules I've touched so far all named logger as `log` [example](https://github.com/apache/airflow/blob/73b90c48b1933b49086d34176527947bd727ec85/airflow/jobs/scheduler_job_runner.py#L780) -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
