minor fixes to syslog transformer
This commit is contained in:
parent
b53daa24b1
commit
b3f3cd7e8c
1 changed files with 1 additions and 2 deletions
|
@ -3,11 +3,10 @@ import re
|
|||
import logging
|
||||
import fnmatch
|
||||
|
||||
LOG = logging.getLogger("alerta.syslog")
|
||||
LOG = logging.getLogger("alerta.transform")
|
||||
|
||||
try:
|
||||
import settings
|
||||
print 'imported!'
|
||||
except ImportError:
|
||||
settings = {'parsers': []}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue