Merge pull request #858 from mohd-akram/freebsd-syslog

Fix FreeBSD syslog path
This commit is contained in:
Raphael Deem 2017-07-20 20:50:25 -07:00 committed by GitHub
commit 76605d7dfe

View File

@ -12,7 +12,7 @@ _address_dict = {
'Windows': ('localhost', 514),
'Darwin': '/var/run/syslog',
'Linux': '/dev/log',
'FreeBSD': '/dev/log'
'FreeBSD': '/var/run/log'
}
LOGGING = {