IndexWriter always writes logs
Open
auto-migrated
Priority-Medium
Type-Defect
- Dominant language
- Go
- Stars
- 4k
- Forks
- 403
- PR merge metrics
- No merged PRs in 30d
Description
```
Would be great to wrap these in if ix.Verbose { ... } and allow for silent use.
In Flush:
log.Printf("%d data bytes, %d index bytes", ix.totalBytes, ix.main.offset())
In mergePost:
log.Printf("merge %d files + mem", len(ix.postFile))
```
Original issue reported on code.google.com by `n...@daaku.org` on 7 Dec 2012 at 8:08
Contributor guide
Assessment
This issue has not been assessed yet.