blob: cf9c7b7ad94901b6694eed386131b0206d060155 [file] [log] [blame]
#include "config.h"
#include "paths.hpp"
namespace phosphor::logging::paths
{
auto error() -> std::filesystem::path
{
return std::filesystem::path(PERSIST_PATH_ROOT) / "errors";
}
auto extension() -> std::filesystem::path
{
return std::filesystem::path(PERSIST_PATH_ROOT) / "extensions";
}
} // namespace phosphor::logging::paths