feat: Replace logging with external library

This commit is contained in:
Joachim Van Herwegen
2024-08-29 09:25:29 +02:00
parent 3902eccbde
commit dce39f67e8
176 changed files with 201 additions and 993 deletions

View File

@@ -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