forked from FoundKeyGang/FoundKey
Fix log
This commit is contained in:
parent
11a0ef485b
commit
9b780dff04
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ export default async (job: bq.Job, done: any): Promise<void> => {
|
|||
const info = Object.assign({}, activity);
|
||||
delete info['@context'];
|
||||
delete info['signature'];
|
||||
logger.info(info);
|
||||
logger.debug(JSON.stringify(info, null, 2));
|
||||
//#endregion
|
||||
|
||||
const keyIdLower = signature.keyId.toLowerCase();
|
||||
|
|
Loading…
Reference in a new issue