mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-04 14:50:47 +01:00
made upgrade script log verbose
This commit is contained in:
@@ -21,7 +21,7 @@ module.exports = {
|
||||
progress.incr();
|
||||
return next(err);
|
||||
}
|
||||
winston.info('renaming ' + groupName + ' to ' + newName);
|
||||
winston.verbose('renaming ' + groupName + ' to ' + newName);
|
||||
progress.incr();
|
||||
groups.renameGroup(groupName, newName, next);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user