mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00

* feat: Add logging * refactor: Configure the logger for the tests once globally * feat: Add logging * fix: Fix ESLint errors due to merge conflicts * Review log and error messages. * refactor: Cleanup a bit * refactor: Change to logger info calls Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
5 lines
191 B
TypeScript
5 lines
191 B
TypeScript
import { setGlobalLoggerFactory } from '../../src/logging/LogUtil';
|
|
import { VoidLoggerFactory } from '../../src/logging/VoidLoggerFactory';
|
|
|
|
setGlobalLoggerFactory(new VoidLoggerFactory());
|