~ubuntu-branches/ubuntu/trusty/swift/trusty-updates

« back to all changes in this revision

Viewing changes to swift/common/middleware/staticweb.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Soren Hansen, Chuck Short
  • Date: 2012-09-07 19:02:36 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120907190236-fqrmbzm7v6zivs8d
Tags: 1.7.0-0ubuntu1
[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Run unit tests at build time.
* Fix Launchpad URLs in debian/watch.

[ Chuck Short ]
* New upstream release
* debian/control: Add pubthon-moc as a build dep
* debian/rules: Dont fail if testsuite fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
        self.access_logger = get_logger(access_log_conf,
524
524
                                        log_route='staticweb-access')
525
525
        #: Indicates whether full HTTP headers should be logged or not.
526
 
        self.log_headers = conf.get('log_headers', 'f').lower() in TRUE_VALUES
 
526
        self.log_headers = conf.get('log_headers', 'no').lower() in TRUE_VALUES
527
527
 
528
528
    def __call__(self, env, start_response):
529
529
        """