Merge pull request #858 from mohd-akram/freebsd-syslog
Fix FreeBSD syslog path
This commit is contained in:
commit
76605d7dfe
|
@ -12,7 +12,7 @@ _address_dict = {
|
|||
'Windows': ('localhost', 514),
|
||||
'Darwin': '/var/run/syslog',
|
||||
'Linux': '/dev/log',
|
||||
'FreeBSD': '/dev/log'
|
||||
'FreeBSD': '/var/run/log'
|
||||
}
|
||||
|
||||
LOGGING = {
|
||||
|
|
Loading…
Reference in New Issue
Block a user