Don't log the cache size guess.

This commit is contained in:
Gregory Burd 2013-03-21 14:37:24 -04:00
parent 50d44ecedf
commit e02eb8ef9f

View file

@ -554,7 +554,7 @@ size_cache(Config) ->
"1GB"
end,
application:set_env(wterl, cache_size, FinalGuess),
lager:warning("Using cache size of ~p for WiredTiger storage backend.", [FinalGuess]),
%%lager:warning("Using cache size of ~p for WiredTiger storage backend.", [FinalGuess]),
FinalGuess;
Value ->
Value