|
@@ -26,7 +26,7 @@ module.exports = options => {
|
|
method: this.method,
|
|
method: this.method,
|
|
user: this.session.sessionUser,
|
|
user: this.session.sessionUser,
|
|
project: this.session.sessionProject,
|
|
project: this.session.sessionProject,
|
|
- data: this.body,
|
|
|
|
|
|
+ data: this.request.body,
|
|
};
|
|
};
|
|
bLogger.info(JSON.stringify(logData));
|
|
bLogger.info(JSON.stringify(logData));
|
|
} else {
|
|
} else {
|