aranjanthakur commented on a change in pull request #10261:
URL: https://github.com/apache/airflow/pull/10261#discussion_r483374690



##########
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:
       Made changes, so that we don't need to specify default config. If empty 
value is passed, default value for gunicorn will 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