Merge branch 'datafiles_in_hub' of github.com:crowdsecurity/crowdsec into datafiles_in_hub
This commit is contained in:
commit
f950bd4976
1 changed files with 5 additions and 1 deletions
|
@ -262,7 +262,11 @@ func parser_visit(path string, f os.FileInfo, err error) error {
|
||||||
}
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
if ftype != DATA_FILES {
|
||||||
log.Infof("Ignoring file %s of type %s", path, ftype)
|
log.Infof("Ignoring file %s of type %s", path, ftype)
|
||||||
|
} else {
|
||||||
|
log.Debugf("Ignoring file %s of type %s", path, ftype)
|
||||||
|
}
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue