Ticket #5083 defect closed fixed
Logging docs contain wrong import
| Reported by: | hynek | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Keywords: | documentation easy |
| Cc: | oubiwann, thijs, ivank-twisted-bugs@… | Branch: | |
| Author: | Launchpad Bug: |
Description
The example on http://twistedmatrix.com/documents/current/core/howto/logging.html for DailyLogFile has an invalid import:
from twisted.python.logging import DailyLogFile
It should be:
from twisted.python.logfile import DailyLogFile
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

