Skip to content
Snippets Groups Projects
Unverified Commit 9b780dff authored by syuilo's avatar syuilo
Browse files

Fix log

parent 11a0ef48
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment