logger
This commit is contained in:
parent
c00b1abd72
commit
1b9d8c8226
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ func LoadCollection(collection string) (WaapCollection, error) {
|
|||
}
|
||||
|
||||
for _, hubWafRuleItem := range hub.GetItemMap(cwhub.WAAP_RULES) {
|
||||
log.Infof("loading %s", hubWafRuleItem.LocalPath)
|
||||
//log.Infof("loading %s", hubWafRuleItem.LocalPath)
|
||||
if !hubWafRuleItem.Installed {
|
||||
continue
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue