potiuk commented on code in PR #37638:
URL: https://github.com/apache/airflow/pull/37638#discussion_r1509377511
##########
airflow/cli/commands/internal_api_command.py:
##########
@@ -73,8 +73,8 @@ def internal_api(args):
log.info(f"Starting the Internal API server on port {args.port} and
host {args.hostname}.")
app = create_app(testing=conf.getboolean("core", "unit_test_mode"))
app.run(
- debug=True, # nosec
- use_reloader=not app.config["TESTING"],
+ log_level="debug",
+ # reload=not app.app.config["TESTING"],
Review Comment:
Just a reminder to restore that one later.
--
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]