Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #125 (defect)

Opened 3 years ago

Last modified 3 years ago

Failed to check logToScreen for logging

Status: closed (fixed)

Reported by: anonymous Assigned to: rdelon
Priority: normal Milestone: 2.0-final
Component: CherryPy code Keywords:
Cc:

In _cpdefaults.py, def _cpLogMessage where the logToScreen is checked as:

logToScreen = int(cpg.parsedConfigFile.get('server', 'logToScreen'))

But it should be checked as:

logToScreen = int(cpg.configOption.logToScreen)

Otherwise, other parameter to the cpg.start will not work.

Change History

04/12/05 12:09:34: Modified by rdelon

  • milestone set to 2.0-final.

04/24/05 11:08:59: Modified by rdelon

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in changeset #157

Hosted by WebFaction

Log in as guest/cpguest to create tickets