mirror of
https://github.com/facebook/sapling.git
synced 2024-12-28 15:44:27 +03:00
increase the log level for globFiles() thrift calls
Summary: Increase the log level for messages about `globFiles()` thrift calls so that they are enabled by default in our normal production configuration. `globFiles()` calls can potentially cause EdenFS to fetch a lot of data, so it is useful to be able to see them in the logs when investigating performance issues. Reviewed By: genevievehelsel Differential Revision: D18820280 fbshipit-source-id: e351a9541e420f5eb47ca14d6620366437773ce4
This commit is contained in:
parent
e6de5c6c3e
commit
cf4ef20aaa
@ -843,7 +843,7 @@ folly::Future<std::unique_ptr<Glob>> EdenServiceHandler::future_globFiles(
|
||||
std::unique_ptr<GlobParams> params) {
|
||||
#ifndef _WIN32
|
||||
auto helper = INSTRUMENT_THRIFT_CALL(
|
||||
DBG3,
|
||||
DBG2,
|
||||
params->mountPoint,
|
||||
toLogArg(params->globs),
|
||||
params->includeDotfiles);
|
||||
|
Loading…
Reference in New Issue
Block a user