mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-04-07 14:04:35 +08:00
[log] Extend receiveTask log message
This commit is contained in:
@ -1203,7 +1203,7 @@ function receiveTask(data, ack) {
|
||||
res = yield* ExecuteTask(ctx, task);
|
||||
}
|
||||
} catch (err) {
|
||||
ctx.logger.error(err);
|
||||
ctx.logger.error('receiveTask %s', err.stack);
|
||||
} finally {
|
||||
clearTimeout(timeoutId);
|
||||
if (!outParams.isAck) {
|
||||
|
||||
Reference in New Issue
Block a user