mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Replace logging with external library
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import { setGlobalLoggerFactory } from '../../src/logging/LogUtil';
|
||||
import { WinstonLoggerFactory } from '../../src/logging/WinstonLoggerFactory';
|
||||
import { setGlobalLoggerFactory, WinstonLoggerFactory } from 'global-logger-factory';
|
||||
import { getTestFolder, removeFolder } from '../integration/Config';
|
||||
|
||||
// Jest global setup requires a single function to be exported
|
||||
|
||||
Reference in New Issue
Block a user