benoitc / gunicorn

gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.
http://www.gunicorn.org
Other
9.88k stars 1.76k forks source link

reloader: follow symlinks for reload_extra_files #3244

Open cfelder opened 4 months ago

pajod commented 4 months ago

I have no strong opinion on whether the invoker or Gunicorn should dereference links. But since I can imagine scenarios where the current behaviour is actually intended, this change would best go with documentation and DEBUG-level logging.

benoitc commented 3 months ago

@cfelder can you dcument this change in the config module?