sapling/eden/fs
Adam Simpkins d0ba23f47a decrease the log level of globFiles() thrift calls
Summary:
D18820280 increased the log level for `globFiles()` calls from DBG3 to DBG2.
However, buck and other tools often end up huge numbers of glob calls, and
this ends up causing log spam.

This change reduces the log level of `globFiles()` back to DBG3.  In a
subsequent diff I will update the code to increase the log level for slow
calls.  This does mean that we will only get a log message for slow glob calls
after the call completes, but this is better than not getting a message at
all.

Reviewed By: pkaush

Differential Revision: D18924780

fbshipit-source-id: 86e83614f51424aca078e4de8a56c45018a6d286
2019-12-10 20:18:36 -08:00
..
benchharness Tidy up license headers 2019-10-11 05:28:23 -07:00
config eden: add experimental:use-edenapi for optionally turn on EdenApi importing 2019-12-10 13:40:55 -08:00
fuse ensure fuse capability flags survive graceful restart 2019-12-10 10:25:30 -08:00
inodes setParentCommits after checkout while holding parentsLock_ 2019-12-10 18:13:26 -08:00
journal rename tracing to telemetry 2019-10-15 13:39:41 -07:00
model Add EdenMount diff to generate the ScmStatus 2019-12-10 14:07:24 -08:00
rocksdb Remove dead includes in eden 2019-10-11 16:45:01 -07:00
service decrease the log level of globFiles() thrift calls 2019-12-10 20:18:36 -08:00
sqlite fix a missing dependency in a CMakeLists.txt file 2019-11-21 21:43:54 -08:00
store log to scuba upon automatic gc 2019-12-10 16:16:35 -08:00
takeover refactor the EDEN_BUG() macro 2019-11-22 15:38:33 -08:00
telemetry log to scuba upon automatic gc 2019-12-10 16:16:35 -08:00
testharness hg status tests for Eden Windows 2019-12-10 14:07:26 -08:00
utils make PathComponentPiece and RelativePathPiece constexpr 2019-12-04 13:30:18 -08:00
win hg status tests for Eden Windows 2019-12-10 14:07:26 -08:00
CMakeLists.txt hg status tests for Eden Windows 2019-12-10 14:07:26 -08:00