tirkarthi commented on issue #55405:
URL: https://github.com/apache/airflow/issues/55405#issuecomment-3270831847

   These logs are from uvicorn and other components. The configuration to set 
log level is only for the logs generated by Airflow. You can use below 
resources to configure log levels and pass it through `--log-config` option to 
`airflow api-server` command.
   
   ```
   --log-config LOG_CONFIG
    (Optional) Path to the logging configuration file for the uvicorn server. 
If not set, the default uvicorn logging configuration will be used.
   ```
   
   
https://stackoverflow.com/questions/77001129/how-to-configure-fastapi-logging-so-that-it-works-both-with-uvicorn-locally-and
   https://www.uvicorn.org/settings/#logging
   https://gist.github.com/liviaerxin/d320e33cbcddcc5df76dd92948e5be3b


-- 
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]

Reply via email to