Fix FreeBSD syslog path

This commit is contained in:
Mohamed Akram 2017-07-20 03:02:40 +04:00 committed by GitHub
parent c7d43aa544
commit 32be1a6496

View File

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