sapling/eden/fs/fuse
Adam Simpkins d529f75e9e tweak the log levels of some FUSE log messages
Summary:
I want to change some of the StartupLogger behavior to automatically show all
INFO and higher level log messages to the user during start-up.  These two
messages from the FUSE code are currently logged at the INFO level, but don't
really seem important enough to show to the user.

This drops their level to DBG1.  These messages will therefore still be shown
in the normal `edenfs.log` file, since it includes everything from DBG2 and
up.

Reviewed By: chadaustin

Differential Revision: D14453247

fbshipit-source-id: 5d79766f87e658b807029d82ac035cb94ae68832
2019-03-14 13:07:09 -07:00
..
fuse_tester split privhelper and privhelper_base 2019-02-27 19:06:00 -08:00
privhelper Stop checking EventBase::runInEventBaseThread result 2019-02-28 02:36:15 -08:00
test Create exception type for FUSE unmount-during-init 2019-03-11 20:48:27 -07:00
BufVec.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
BufVec.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
CMakeLists.txt eden: handlemap.thrift was removed, but not from cmake build 2018-12-15 13:43:31 -08:00
DirList.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
DirList.h simplify readdir implementation 2018-12-05 01:34:53 -08:00
Dispatcher.cpp eden: fixup attributes with osxfuse 2019-01-15 17:29:24 -08:00
Dispatcher.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
EdenStats.cpp Win: Porting eden/service to Windows with fb-thrift 2018-10-22 20:27:26 -07:00
EdenStats.h Enabled additional compiler warnings in Eden. 2018-06-01 11:39:01 -07:00
FileHandle.h move write from EdenFileHandle to FileInode 2018-10-08 15:11:55 -07:00
FileHandleBase.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
FileHandleBase.h remove getattr and setattr from FileHandleBase 2018-10-08 13:17:03 -07:00
FuseChannel.cpp tweak the log levels of some FUSE log messages 2019-03-14 13:07:09 -07:00
FuseChannel.h Create exception type for FUSE unmount-during-init 2019-03-11 20:48:27 -07:00
FuseTypes.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
InodeNumber.cpp split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
InodeNumber.h split InodeNumber into its own file 2019-02-08 16:21:35 -08:00
PollHandle.cpp remove the fusell namespace 2018-03-19 17:01:52 -07:00
PollHandle.h remove the fusell namespace 2018-03-19 17:01:52 -07:00
RequestData.cpp eden: remove fuse request interrupt code, track requests by internal id 2019-01-16 14:35:33 -08:00
RequestData.h eden: remove fuse request interrupt code, track requests by internal id 2019-01-16 14:35:33 -08:00