~ubuntu-branches/ubuntu/utopic/gunicorn/utopic-proposed

« back to all changes in this revision

Viewing changes to gunicorn/app/base.py

  • Committer: Package Import Robot
  • Author(s): Chris Lamb
  • Date: 2014-04-11 16:12:46 UTC
  • mfrom: (28.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20140411161246-k7moa3mvulzk772d
Tags: 18.0-3
Set permissions on /var/log/gunicorn so that workers (not just the master
running as root) can write to logfiles.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
from gunicorn import debug
14
14
from gunicorn.six import execfile_
15
15
 
16
 
 
17
16
class Application(object):
18
17
    """\
19
18
    An application interface for configuring and loading