feat(logger): new logger logic

This commit is contained in:
OldHawk
2018-04-29 15:05:18 +08:00
parent 97156ff490
commit 52e7920c38
19 changed files with 280 additions and 102 deletions

View File

@@ -398,7 +398,7 @@ exports.globalTopics = function (req, res) {
}
});
mtDebug.debugBlue(ids);
mtDebug.debugBlue(ids, 'FORUMS_ID_LIST');
Topic.find({
isGlobal: true,