Skip to content
Snippets Groups Projects
Commit e2d90c6a authored by Cédric Moreau's avatar Cédric Moreau
Browse files

fix: enable debugging logs

parent 2ac2e1d9
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ import { ...@@ -41,6 +41,7 @@ import {
} from "../lib/dto/CertificationDTO"; } from "../lib/dto/CertificationDTO";
import { MembershipDTO } from "../lib/dto/MembershipDTO"; import { MembershipDTO } from "../lib/dto/MembershipDTO";
import { RevocationDTO, ShortRevocation } from "../lib/dto/RevocationDTO"; import { RevocationDTO, ShortRevocation } from "../lib/dto/RevocationDTO";
import { NewLogger } from "../lib/logger";
const Table = require("cli-table"); const Table = require("cli-table");
...@@ -156,6 +157,7 @@ module.exports = { ...@@ -156,6 +157,7 @@ module.exports = {
break; break;
case "wotwizard": case "wotwizard":
NewLogger().unmute();
await dumpWotWizard(server); await dumpWotWizard(server);
break; break;
......
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