kaxil commented on a change in pull request #9535:
URL: https://github.com/apache/airflow/pull/9535#discussion_r446354134
##########
File path: docs/howto/set-config.rst
##########
@@ -37,6 +37,12 @@ or by creating a corresponding environment variable:
.. code-block:: bash
export AIRFLOW__CORE__SQL_ALCHEMY_CONN=my_conn_string
+
+For setting boolean configuration values use ``true``/``false``:
+
+.. code-block:: bask
+
+ export AIRFLOW__CORE__REMOTE_LOGGING=true
Review comment:
Check
https://github.com/apache/airflow/blob/096f5c5cba963b364ee75f6686d128cd4d34d66e/airflow/configuration.py#L330
----------------------------------------------------------------
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]