[I] Difference between logs which stores in files and logs in UI [airflow]

2024-05-17 Thread via GitHub
Zoynels opened a new issue, #39686: URL: https://github.com/apache/airflow/issues/39686 ### Apache Airflow version 2.9.1 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? We print to log some information and saw that logs

Re: [I] Difference between logs which stores in files and logs in UI [airflow]

2024-05-17 Thread via GitHub
boring-cyborg[bot] commented on issue #39686: URL: https://github.com/apache/airflow/issues/39686#issuecomment-2117715320 Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for ap

Re: [I] Difference between logs which stores in files and logs in UI [airflow]

2024-05-17 Thread via GitHub
Zoynels commented on issue #39686: URL: https://github.com/apache/airflow/issues/39686#issuecomment-2118031758 As I understood, the main problem is in log.splitlines(), which split log-string by simple lines and not by log-messages. Then function analyzes line by line and deduplicates lines

Re: [I] Difference between logs which stores in files and logs in UI [airflow]

2024-05-19 Thread via GitHub
jscheffl commented on issue #39686: URL: https://github.com/apache/airflow/issues/39686#issuecomment-2119273818 I had the same multiple times, for example using DockerOperator which logs all stdout of the container upon failure. Also the logs are messed up not only because of the split line