Use debug instead of console.error
This commit is contained in:
@@ -78,7 +78,7 @@ function scheduleTask(appId, taskId, callback) {
|
||||
|
||||
// post app task hooks
|
||||
sftp.rebuild(function (error) {
|
||||
if (error) console.error('Unable to rebuild sftp:', error);
|
||||
if (error) debug('Unable to rebuild sftp:', error);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user