You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/18 19:05:42 UTC

[GitHub] [airflow] xinbinhuang commented on issue #15415: S3 remote logging not working for airflow server components

xinbinhuang commented on issue #15415:
URL: https://github.com/apache/airflow/issues/15415#issuecomment-822043491


   This is the correct behavior: currently, remote logging only sends `task logs` to remote storage. If you need to configure other logging behaviors, e.g. scheduler, webserver, you can create a custom logging config for use with your deployment. (see [Logging for Tasks - Advanced Confgiuration](https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/logging-tasks.html#advanced-configuration))
   
   Another production deployment option is to use FluentD to capture logs and send them to destinations such as ElasticSearch or Splunk. (ref [Logging Architecture](https://airflow.apache.org/docs/apache-airflow/stable/logging-monitoring/logging-architecture.html#:~:text=By%20default%2C%20Airflow%20supports%20logging,environments%20and%20for%20quick%20debugging.))


-- 
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:
users@infra.apache.org