Make a vast majority of logs debug, make it so that essential info is in one line

This commit is contained in:
Jake
2015-07-16 17:42:41 -05:00
parent 7e8c65fb33
commit d71d99fa9a
6 changed files with 17 additions and 17 deletions

View File

@@ -112,7 +112,7 @@ module.exports = function(req, callback) {
err: err
});
} else {
logging.log(rid, "image not found, using default.");
logging.debug(rid, "image not found, using default.");
handle_default(rid, scale, helm, body, status, userId, scale, def, req, err, callback);
}
});