pub type LogEntry = CloudLogEntry;
pub struct LogEntry { pub timestamp: String, pub message: String, pub level: Option<String>, }
timestamp: String
message: String
level: Option<String>