mirror of
https://github.com/azures04/crafatar.git
synced 2026-05-06 11:00:39 +02:00
Make a vast majority of logs debug, make it so that essential info is in one line
This commit is contained in:
@@ -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);
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user