A logger that stamps every line with the live session id.
Signature
get_logger(name: str) -> StructuredLogger
A logger that stamps every line with the live session id and the runtime’s state, so a fleet-wide
log stream can be filtered down to one session. Pass __name__. Keyword arguments become
structured fields.