Skip to content

Commit

Permalink
change log level to debug (#3219)
Browse files Browse the repository at this point in the history
Signed-off-by: Rama <[email protected]>
  • Loading branch information
ramaraochavali authored and mattklein123 committed Apr 26, 2018
1 parent 3b4badd commit fd687dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/common/stats/thread_local_store.cc
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ std::list<ParentHistogramSharedPtr> ThreadLocalStoreImpl::histograms() const {
if (names.insert(hist_name).second) {
ret.push_back(parent_hist);
} else {
ENVOY_LOG(warn, "duplicate histogram {}{}: data loss will occur on output", scope->prefix_,
ENVOY_LOG(debug, "duplicate histogram {}{}: data loss will occur on output", scope->prefix_,
hist_name);
}
}
Expand Down

0 comments on commit fd687dd

Please sign in to comment.