[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Eric Smith
Eric Smith added the comment: > Vinay Sajip added the comment: > Whoops, now fixed (I think). Looks good. Thanks! -- ___ Python tracker ___

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Vinay Sajip
Vinay Sajip added the comment: > From: Eric Smith > It still doesn't say that the LOG_ constants are defined on > SysLogHandler. Or is the intention that the user just use the > strings? Whoops, now fixed (I think). -- ___ Python tracker

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Eric Smith
Eric Smith added the comment: It still doesn't say that the LOG_ constants are defined on SysLogHandler. Or is the intention that the user just use the strings? -- ___ Python tracker __

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Vinay Sajip
Vinay Sajip added the comment: Update showing strings and corresponding symbolic integers checked into trunk (r79373). -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Vinay Sajip
Changes by Vinay Sajip : -- assignee: georg.brandl -> vinay.sajip ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Eric Smith
Changes by Eric Smith : -- nosy: +vinay.sajip priority: -> normal versions: +Python 2.6, Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Eric Smith
Changes by Eric Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue8219] Facility and priority values/constants not documented for SysLogHandler

2010-03-24 Thread Ville Skyttä
New submission from Ville Skyttä : http://docs.python.org/dev/py3k/library/logging.html#logging.handlers.SysLogHandler What to use as the value for facility for SysLogHandler's constructor is not documented. There's a reference to LOG_USER, but it's kind of vague because it doesn't specify wh