mik-laj commented on a change in pull request #10261:
URL: https://github.com/apache/airflow/pull/10261#discussion_r483312454



##########
File path: airflow/config_templates/config.yml
##########
@@ -861,6 +861,13 @@
       type: string
       example: ~
       default: "-"
+    - name: access_logformat
+      description: |
+        Access log format for gunicorn webserver
+      version_added: ~
+      type: string
+      example: ~
+      default: "%%(h)s %%(l)s %%(u)s %%(t)s \"%%(r)s\" %%(s)s %%(b)s 
\"%%(f)s\" \"%%(a)s\""

Review comment:
       Should we define default value? If we pass an empty value, the default 
value for gunicorn will not be used?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to