🎨 logging
This commit is contained in:
parent
9bc0064dac
commit
d9513c4bb5
1 changed files with 2 additions and 0 deletions
|
@ -400,6 +400,8 @@ func (searcher *AssetsSearcher) FullIndex() {
|
|||
return nil
|
||||
}
|
||||
|
||||
logging.LogInfof("parsing asset content [%s]", absPath)
|
||||
|
||||
result := parser.Parse(absPath)
|
||||
if nil == result {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue