-- Retrieves recent entries from the macOS unified log
--
-- tags: postmortem extra
-- platform: darwin
SELECT
*
FROM
unified_log;