mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feature: add level-based logger methods for convenience
This commit is contained in:
committed by
Ruben Taelman
parent
6212c15352
commit
db9aefe551
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user