You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pm2 administration, output in error files?
console.log will be in the normal log file.
const debug = require('debug');
const log = debug('app:log');
log('Not found new files on LF server'); // output in error files ?
console.log('Not found new files on LF server2222');//normal
pm2 administration, output in error files?
console.log will be in the normal log file.
These problems have now been sorted:#503
The text was updated successfully, but these errors were encountered: