Version 2.0.x evowebservices bug with plugins not logging stuff to the log and fix
Hi guys,
after setting up v2.0.1 I have been testing with EvoWebServices plugins (written in nodejs) and have noticed logs are not written. Checked you code and found out (correct me please if I’m wrong) that app.js application block for initializing evowebservices block:
var routes = require(‘./routes/index’);should be much lower (LN: 72) after winston has been initialized to get proper logs lines. Regards, K.
// var users = require(‘./routes/users’);
var evowebservices = require(‘./routes/evowebservices’);
2 Answers
Hi keiser!
May we ask for the OS you are using? Have checked in our end and logs are working well.
Regards,