1.5.1 • Published 1 year ago

eerawlog v1.5.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Raw log viewer for EmailEngine

EmailEngine logs all output in Pino format. If EENGINE_LOG_RAW=true environment variable or --log.raw=true argument is set then EmailEngine also includes raw data sent to and read from the IMAP socket. This utility displays these logs in human readable form.

$ npm install eerawlog -g
$ EENGINE_LOG_RAW=true emailengine | eerawlog

Filtering output

You can filter by the keys listed in log entries by adding a cli argument --filter.[key]="value". If you want to include multiple values, set the same keyword multiple times.

Example. Only display IMAP traffic from accounts "account1" and "account2"

$ EENGINE_LOG_RAW=true emailengine | eerawlog --filter.account="account1" --filter.account="account2"

Example screenshot

npm.io

1.5.1

1 year ago

1.5.0

1 year ago

1.4.1

2 years ago

1.4.0

2 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago