pub type Log { Log( level: Level, ts: Int, msg: String, attributes: List(Attribute), ) }
Log( level: Level, ts: Int, msg: String, attributes: List(Attribute), )