Fix FreeBSD syslog path
This commit is contained in:
parent
c7d43aa544
commit
32be1a6496
|
@ -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