strapi / migration-scripts

Collection of Strapi Migration scripts
58 stars 58 forks source link

More Verbose Logging - Winston Logger & Basic Mongo Logging #85

Closed Skwangles closed 1 year ago

Skwangles commented 1 year ago

fixes #11

Adds Winston as a logger to the v3 mongo->SQL tool - in a position where it can be applied to the v3->v4 tool

Can be easily implemented into sql->sql tool with a simple const logger = require('../logger') and yarn add --save winston