logd is the part of the unified logging system that is responsible for handling and managing historical data and related metadata. For example, it handles entries generated via the os_log family of facilities. All processes that use os_log share pages of memory with logd and append entries to them. logd reads pages and combines and compresses this data. Depending on configured policies, it keeps them in a local ring buffer or writes them out to persistent storage.