easy enough to swap it with this in dev: ```js write({ level, message, fields }) { console[level](message, fields) } ``` and in production send those down to Lambda for ingestion and fan-out to logging services