Home
last modified time | relevance | path

Searched refs:redfishEventLogFile (Results 1 – 2 of 2) sorted by relevance

/openbmc/bmcweb/redfish-core/src/
H A Dfilesystem_log_watcher.cpp37 std::ifstream logStream(redfishEventLogFile); in cacheRedfishLogFile()
52 std::ifstream logStream(redfishEventLogFile); in readEventLogsFromFile()
164 redfishEventLogFile, IN_MODIFY); in onINotify()
237 redfishEventLogFile, IN_MODIFY); in FilesystemLogWatcher()
/openbmc/bmcweb/redfish-core/include/
H A Dfilesystem_log_watcher.hpp12 constexpr const char* redfishEventLogFile = "/var/log/redfish"; variable