tpitale / mail_room

Forward mail from gmail IMAP to a callback URL or job worker, simply.
MIT License
193 stars 51 forks source link

Use ISO8601 timestamps for logging #121

Closed stanhu closed 3 years ago

stanhu commented 3 years ago

This makes it easier to parse messages for structured logging.

tpitale commented 3 years ago

Any concerns of breaking anyone's existing parsing? I'm not sure I'm concerned if it does, but curious.

stanhu commented 3 years ago

@tpitale I'm not sure if anyone else is using this, but we were inserting our own ISO8601 timestamps since the ones here were harder to parse with Elasticsearch/FluentD.

tpitale commented 3 years ago

We'll just be aware if someone shouts 😄