- 코드 from airflow.utils.log.logging_mixin import LoggingMixin LoggingMixin().log.info("Hello") 실행결과 출처 https://stackoverflow.com/questions/40120474/writing-to-airflow-logs Writing to Airflow Logs One way to write to the logs in Airflow is to return a string from a PythonOperator like on line 44 here. Are there other ways that allow me to write to the airflow log files?
I've found that print stackoverflow.com...
원문 링크 : [airflow]로그 남기기