PrismaEvent payload is a log PrismaEvent.
static bool isLogEvent(Map<String, dynamic> payload) { return payload['fields']['message'] != null; }