sapling/eden/fs/service
Michael Bolin 3569b97e83 Drop default log level for getFilesChangedSince() down to DBG3.
Summary:
The calls to `getFilesChangedSince()` seem to fill up our logs without providing
a ton of value, so let's drop the default log level to `DBG3` so they do not
make it into the logs by default.

Reviewed By: chadaustin

Differential Revision: D8107917

fbshipit-source-id: 069673e9740487d8e4b62597beb13d5779971a79
2018-05-23 06:21:41 -07:00
..
oss run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
__init__.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
client.py enable Black python formatting and apply to eden 2018-05-09 21:37:07 -07:00
CMakeLists.txt add CMake build files 2018-04-30 14:37:46 -07:00
DEFS avoid multiple builds of the eden server library 2017-04-14 11:39:02 -07:00
eden.thrift Thrift API change: deprecate glob() in favor of globFiles(). 2018-05-02 15:19:44 -07:00
EdenCPUThreadPool.cpp introduce a type representing the unbounded eden cpu pool 2017-12-12 12:35:35 -08:00
EdenCPUThreadPool.h introduce a type representing the unbounded eden cpu pool 2017-12-12 12:35:35 -08:00
EdenError.cpp update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00
EdenError.h run clang-format across all C++ files 2017-11-03 16:02:03 -07:00
EdenServer.cpp add convenient operator literals for the various path piece types 2018-05-11 14:52:07 -07:00
EdenServer.h ensure that the ServerState object outlives all EdenMounts 2018-04-23 13:53:48 -07:00
EdenServiceHandler.cpp Drop default log level for getFilesChangedSince() down to DBG3. 2018-05-23 06:21:41 -07:00
EdenServiceHandler.h Thrift API change: deprecate glob() in favor of globFiles(). 2018-05-02 15:19:44 -07:00
GlobNode.cpp Make dotfile handling of GlobNode configurable 2018-05-02 15:19:44 -07:00
GlobNode.h Make dotfile handling of GlobNode configurable 2018-05-02 15:19:44 -07:00
main.cpp update folly::Init to call folly::initLogging() 2018-05-15 12:38:01 -07:00
PrettyPrinters.cpp Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
PrettyPrinters.h Store Hg dirstate data in Hg instead of Eden. 2017-11-06 19:56:49 -08:00
streamingeden.thrift Fix the include prefix for c++ generated code 2017-11-09 15:35:58 -08:00
StreamingSubscriber.cpp move folly/experimental/logging to folly/logging/ 2018-04-30 21:29:29 -07:00
StreamingSubscriber.h fix a deadlock - lock ordering violation in Journal/StreamingSubscriber 2017-11-01 12:24:44 -07:00
ThriftUtil.h update eden to be more liberal when parsing BinaryHash arguments 2018-03-20 16:47:12 -07:00