This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tryanunderwood@gmail.com
Recipients tryanunderwood@gmail.com
Date 2020-01-10.17:54:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578678875.77.0.925015529037.issue39292@roundup.psfhosted.org>
In-reply-to
Content
When using the SysLogHandler (https://docs.python.org/3/library/logging.handlers.html#logging.handlers.SysLogHandler) the supported facilities appear to be lagging the RFC (5454 ?), or at least what is being supported in other mainstream languages. I Specifically need LOG_AUDIT and LOG_NTP but there are a couple others. The syslog "openlog" function takes an INT but not sure how to get an INT through the python SysLogHandler because it's based on a static list of names and symbolic values.
Wikipedia (https://en.wikipedia.org/wiki/Syslog#Facility) suggests LOG_AUTH and LOG_NTP are in the RFC. 
This is my first ticket here so hopefully this is the right place for it. Maybe there is a workaround or some re-education needed on my part...
History
Date User Action Args
2020-01-10 17:54:35tryanunderwood@gmail.comsetrecipients: + tryanunderwood@gmail.com
2020-01-10 17:54:35tryanunderwood@gmail.comsetmessageid: <1578678875.77.0.925015529037.issue39292@roundup.psfhosted.org>
2020-01-10 17:54:35tryanunderwood@gmail.comlinkissue39292 messages
2020-01-10 17:54:35tryanunderwood@gmail.comcreate