feature: add level-based logger methods for convenience

This commit is contained in:
Ruben Taelman
2020-09-23 09:11:44 +02:00
committed by Ruben Taelman
parent 6212c15352
commit db9aefe551
8 changed files with 114 additions and 12 deletions

View File

@@ -71,7 +71,7 @@ export class Setup {
},
);
};
this.logger.log('debug', 'Setup default ACL settings');
this.logger.debug('Setup default ACL settings');
await aclSetup();
this.httpServer.listen(this.port);