diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-18 23:39:18 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-18 23:39:18 -0700 |
| commit | 99d05f758c20e9884cb2879567fba7e9b56c2782 (patch) | |
| tree | eeb8c02b19a69f468ed58e1a3f26d00d952b1de1 | |
| parent | fe01191b5b93c7f3851e7add9b046c89c8189cdc (diff) | |
| download | seaweedfs-99d05f758c20e9884cb2879567fba7e9b56c2782.tar.xz seaweedfs-99d05f758c20e9884cb2879567fba7e9b56c2782.zip | |
adjust logs
| -rw-r--r-- | weed/util/chunk_cache/chunk_cache_on_disk.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/chunk_cache/chunk_cache_on_disk.go b/weed/util/chunk_cache/chunk_cache_on_disk.go index 4009d2309..356dfe188 100644 --- a/weed/util/chunk_cache/chunk_cache_on_disk.go +++ b/weed/util/chunk_cache/chunk_cache_on_disk.go @@ -63,7 +63,7 @@ func LoadOrCreateChunkCacheVolume(fileName string, preallocate int64) (*ChunkCac return nil, fmt.Errorf("cannot write cache index %s.idx: %v", v.fileName, err) } - glog.V(0).Infoln("loading leveldb", v.fileName+".ldb") + glog.V(1).Infoln("loading leveldb", v.fileName+".ldb") opts := &opt.Options{ BlockCacheCapacity: 2 * 1024 * 1024, // default value is 8MiB WriteBuffer: 1 * 1024 * 1024, // default value is 4MiB |
