🎨 Logging
This commit is contained in:
parent
b2a85c66c6
commit
817c9e6f71
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ func ListDocTree(boxID, path string, sortMode int) (ret []*File, totals int, err
|
|||
}
|
||||
elapsed = time.Now().Sub(start).Milliseconds()
|
||||
if 500 < elapsed {
|
||||
logging.LogWarnf("build docs elapsed [%dms]", elapsed)
|
||||
logging.LogWarnf("build docs [%d] elapsed [%dms]", len(docs), elapsed)
|
||||
}
|
||||
|
||||
start = time.Now()
|
||||
|
|
Loading…
Add table
Reference in a new issue