DylanCuure opened a new issue #15985: URL: https://github.com/apache/airflow/issues/15985
**Apache Airflow version**: v2.0.1 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): v1.19.7 **What happened**: Using remote logging, logs are correctly sent to GCS with the right format :  But are displayed in airflow UI with no line break :  **What you expected to happen**: Line breaks instead of \n **How to reproduce it**: Airflow is installed using official helm chart ```YAML config: logging: remote_logging: 'True' colored_console_log: 'False' remote_log_conn_id: google_cloud_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. For queries about this service, please contact Infrastructure at: [email protected]
