knex-tiny-logger icon indicating copy to clipboard operation
knex-tiny-logger copied to clipboard

Expand logger support to include logdown

Open joeyfigaro opened this issue 3 years ago • 0 comments

https://github.com/khmm12/knex-tiny-logger/blob/ea1ad120c18371fcfdc3d90d02187076b3c33ca6/src/index.js#L73

Current implementation passes '%s, %s', which ends up just being printed literally by logdown. Simplest way to address would be to just pass the duration and request.

joeyfigaro avatar Nov 06 '20 18:11 joeyfigaro