Skip to content

Commit 6042e4a

Browse files
authored
Merge pull request #3751 from gman0/cache-embeddedetcd-loglevel
cache: set log levels for embeddedetcd to "error"
2 parents 8d6365a + 6baa888 commit 6042e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cache/server/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ func NewConfig(opts *cacheserveroptions.CompletedOptions, optionalLocalShardRest
9595
if err != nil {
9696
return nil, err
9797
}
98+
c.EmbeddedEtcd.LogLevel = "error"
9899
}
99100
// change the storage prefix under which all resources are kept
100101
// this allows us to store the same GR under a different

0 commit comments

Comments
 (0)