User
    .findById(id)
    .exec(function (err, user) {
      if (err) {
        log('Found error %j', err)