Ticket #14404: typo_fix.diff

File typo_fix.diff, 497 bytes (added by markmuetz, 14 years ago)
  • docs/topics/logging.txt

     
    282282                'propagate': False,
    283283            },
    284284            'myproject.custom': {
    285                 'handlers: ['console', 'mail_admins'],
     285                'handlers': ['console', 'mail_admins'],
    286286                'level': 'INFO',
    287287                'filters': ['special']
    288288            }
Back to Top