~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/sshserver/service.py

  • Committer: Robert Collins
  • Date: 2011-10-05 22:25:46 UTC
  • mto: (14104.6.3 useoops)
  • mto: This revision was merged to the branch mainline in revision 14190.
  • Revision ID: robertc@robertcollins.net-20111005222546-bqnfnuf0duobdt5x
Make the twisted set_up_oops_reporting configuration parameter optional (for use when the right config is set in lazr config).

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
            logging.getLogger(self._access_log_path),
172
172
            self._access_log_path)
173
173
        manager.setUp()
174
 
        set_up_oops_reporting(self._oops_configuration, self._main_log)
 
174
        set_up_oops_reporting(self._main_log, self._oops_configuration)
175
175
        notify(events.ServerStarting())
176
176
        # By default, only the owner of files should be able to write to them.
177
177
        # Perhaps in the future this line will be deleted and the umask