kaxil commented on a change in pull request #9535:
URL: https://github.com/apache/airflow/pull/9535#discussion_r446945448
##########
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:
Even `tRuE` should work :) as we convert them to `.lower()` so it
doesn't matter for a user until there is a Typo :)
If you think some docs around that can help ease the confusion, I am happy
for you to update the docs in this PR and merge it :)
----------------------------------------------------------------
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]