fix encrypting new notes

This commit is contained in:
azivner
2018-08-27 23:04:52 +02:00
parent 4721ddc6b3
commit 174d4e67af
4 changed files with 19 additions and 4 deletions

View File

@@ -84,7 +84,7 @@ function route(method, path, middleware, routeHandler, resultHandler, transactio
}
}
catch (e) {
log.info(`${method} ${path} threw exception: ` + e.stack);
log.error(`${method} ${path} threw exception: ` + e.stack);
res.sendStatus(500);
}