anneadb commented on issue #39026:
URL: https://github.com/apache/airflow/issues/39026#issuecomment-2146794124

   Hi @vincbeck ,
   thank you very much for checking. Now I really don't know why we do not get 
the logs.
   
   Could you share your logging configuration? Maybe I can find a difference 
there.
   
   Ours looks like this:
   
   ```
   logging      base_log_folder                 /usr/local/airflow/logs         
airflow.cfg
   logging      remote_logging                  True                            
        airflow.cfg
   logging      remote_log_conn_id              aws_default                     
airflow.cfg
   logging      delete_local_logs                       False                   
        default
   logging      google_key_path                                                 
        default
   logging      remote_base_log_folder  
cloudwatch://arn:aws:logs:::log-group:airflow-logs:*    airflow.cfg
   logging      remote_task_handler_kwargs      < hidden >              default
   logging      encrypt_s3_logs                 False                           
airflow.cfg
   logging      logging_level                           INFO                    
        airflow.cfg
   logging      celery_logging_level                                            
        default
   logging      fab_logging_level                       WARNING                 
airflow.cfg
   logging      logging_config_class            log_config.LOGGING_CONFIG       
airflow.cfg
   logging      colored_console_log             True                            
        airflow.cfg
   logging      colored_log_format      [%(blue)s%(asctime)s%(reset)s] 
{{%(blue)s%(filename)s:%(reset)s%(lineno)d}} 
%(log_color)s%(levelname)s%(reset)s - %(log_color)s%(message)s%(reset)s     
airflow.cfg
   logging      colored_formatter_class 
airflow.utils.log.colored_log.CustomTTYColoredFormatter airflow.cfg
   logging      log_format                              [%(asctime)s] 
{{%(filename)s:%(lineno)d}} %(levelname)s - %(message)s   airflow.cfg
   logging      simple_log_format                       %(asctime)s 
%(levelname)s - %(message)s airflow.cfg
   logging      dag_processor_log_target        file                            
           default
   logging      dag_processor_log_format        [%(asctime)s] 
[SOURCE:DAG_PROCESSOR] {%(filename)s:%(lineno)d} %(levelname)s - %(message)s    
  default
   logging      log_formatter_class             
airflow.utils.log.timezone_aware.TimezoneAware  default
   logging      secret_mask_adapter                                             
          default
   logging      task_log_prefix_template                                        
          airflow.cfg
   logging      log_filename_template   dag_id={{ ti.dag_id }}/run_id={{ 
ti.run_id }}/task_id={{ ti.task_id }}/{% if ti.map_index >= 0 %}map_index={{ 
ti.map_index }}/{% endif %}attempt={{ try_number }}.log   env var
   logging      log_processor_filename_template {{ filename }}.log      
airflow.cfg
   logging      dag_processor_manager_log_location      
/usr/local/airflow/logs/dag_processor_manager/dag_processor_manager.log 
airflow.cfg
   logging      task_log_reader                 task                            
          airflow.cfg
   logging      extra_logger_names                                              
          airflow.cfg
   logging      worker_log_server_port          8793                            
  airflow.cfg
   logging      trigger_log_server_port         8794                            
  default
   logging      file_task_handler_new_folder_permissions        0o775     
default
   logging      file_task_handler_new_file_permissions  0o664.      default
   logging      celery_stdout_stderr_separation False                     
default
   ```


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