implement release-media and anchor-media operations

This commit is contained in:
Dave Horton
2021-10-10 12:56:44 -04:00
parent 9f158a8cf7
commit 4627c0fa54
7 changed files with 137 additions and 4801 deletions

View File

@@ -167,7 +167,7 @@ module.exports = function(srf, logger) {
if (0 === app.tasks.length) throw new Error('no application provided');
next();
} catch (err) {
logger.info(`Error retrieving or parsing application: ${err.message}`);
logger.info({err}, `Error retrieving or parsing application: ${err.message}`);
res.send(480, {headers: {'X-Reason': err.message}});
}
}