export type LogEntry = { timestamp: string; message: string; bootId: string; };