WoodWing / elvis-image-recognition

Elvis integration with AI based image recognition services from AWS, Google and Clarifai
MIT License
11 stars 10 forks source link

Add option to log requests #4

Closed siebrand closed 6 years ago

siebrand commented 6 years ago

Logging is disabled by default. When logging is enabled, log files will be rotated daily.

Settings added:

Library used: https://www.npmjs.com/package/logger-request

siebrand commented 6 years ago

This patch set builds on https://github.com/WoodWing/elvis-image-recognition/pull/3

siebrand commented 6 years ago

Because of the changes to the configuration file for the "health check" patch set, there would be merge conflicts. I thought I'd avoid that. Once that one gets merged, this one will become cleaner.

siebrand commented 6 years ago

Cleaned up and documented in https://github.com/WoodWing/elvis-image-recognition/pull/10.