ecodina opened a new issue, #68230:
URL: https://github.com/apache/airflow/issues/68230
### Under which category would you file this issue?
Airflow Core
### Apache Airflow version
3.2.2
### What happened and how to reproduce it?
We have just upgraded to Airflow 3.2.2. Since then, we have been seeing the
below line in the triggerer logs (once per task instance, I believe):
`[warning ] remote_log_handler_unavailable [airflow.logging.remote]
loc=log.py:236 note='Remote log handler could not be loaded; logs will be
available locally only.'`
What's weird is that `AIRFLOW__LOGGING__REMOTE_LOGGING` should have the
default value (False), so I am not sure why it's trying to use the remote log
handler.
### What you think should happen instead?
_No response_
### Operating System
Debian GNU/Linux 12 (bookworm)
### Deployment
Other Docker-based deployment
### Apache Airflow Provider(s)
_No response_
### Versions of Apache Airflow Providers
```
apache-airflow-providers-common-compat | 1.15.0
apache-airflow-providers-common-io | 1.7.2
apache-airflow-providers-common-sql | 2.0.0
apache-airflow-providers-ftp | 3.15.0
apache-airflow-providers-git | 0.4.0
apache-airflow-providers-http | 6.0.3
apache-airflow-providers-imap | 3.11.3
apache-airflow-providers-keycloak | 0.7.3
apache-airflow-providers-postgres | 6.7.1
apache-airflow-providers-redis | 4.4.5
apache-airflow-providers-sftp | 5.8.1
apache-airflow-providers-smtp | 3.0.1
apache-airflow-providers-ssh | 5.0.2
apache-airflow-providers-standard | 1.13.1
```
### Official Helm Chart version
Not Applicable
### Kubernetes Version
_No response_
### Helm Chart configuration
_No response_
### Docker Image customizations
_No response_
### Anything else?
The logging config for the triggerer:
```
[logging]
base_log_folder = /opt/airflow/logs
color_log_warning_keywords = warn,warning
dag_processor_child_process_log_directory = /opt/airflow/logs/dag_processor
json_logs = True
```
airflow info
```
Apache Airflow
version | 3.2.2
executor | LocalExecutor
task_logging_handler | airflow.utils.log.file_task_handler.FileTaskHandler
sql_alchemy_conn | postgresql+psycopg2://****:****@****:6432/airflow
dag_bundle_names | managed-dags,automatic-dags
plugins_folder | /opt/airflow/plugins
base_log_folder | /opt/airflow/logs
remote_base_log_folder |
System info
OS | Linux
architecture | x86_64
uname | uname_result(system='Linux', node='eb34dc4380d2',
release='5.14.0-611.30.1.el9_7.x86_64', version='#1 SMP PREEMPT_DYNAMIC Fri Feb
13 17:04:55 UTC 2026', machine='x86_64')
locale | ('C', 'UTF-8')
python_version | 3.12.13 (main, May 29 2026, 05:28:30) [GCC 12.2.0]
python_location | /usr/python/bin/python3.12
Tools info
git | git version 2.39.5
ssh | OpenSSH_9.2p1 Debian-2+deb12u10, OpenSSL 3.0.20 7 Apr 2026
kubectl | NOT AVAILABLE
gcloud | NOT AVAILABLE
cloud_sql_proxy | NOT AVAILABLE
mysql | mysql Ver 15.1 Distrib 10.11.18-MariaDB, for
debian-linux-gnu (x86_64) using EditLine wrapper
sqlite3 | 3.40.1 2022-12-28 14:03:47
df5c253c0b3dd24916e4ec7cf77d3db5294cc9fd45ae7b9c5e82ad8197f3alt1
psql | psql (PostgreSQL) 18.4 (Debian 18.4-1.pgdg12+1)
Paths info
airflow_home | /opt/airflow
system_path |
/root/bin:/home/airflow/.local/bin:/usr/python/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
python_path |
/home/airflow/.local/bin:/usr/python/lib/python312.zip:/usr/python/lib/python3.12:/usr/python/lib/python3.12/lib-dynload:/home/airflow/.local/lib/python3.12/site-packages:/usr/python/lib/python3.12/site-packages:/opt/airflow/con
| fig:/opt/airflow/plugins
airflow_on_path | True
```
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [x] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
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]