mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(core): Modernize logger service (#11031)
This commit is contained in:
@@ -63,7 +63,7 @@ import {
|
||||
updateExistingExecution,
|
||||
} from './execution-lifecycle-hooks/shared/shared-hook-functions';
|
||||
import { toSaveSettings } from './execution-lifecycle-hooks/to-save-settings';
|
||||
import { Logger } from './logger';
|
||||
import { Logger } from './logging/logger.service';
|
||||
import { SecretsHelper } from './secrets-helpers';
|
||||
import { OwnershipService } from './services/ownership.service';
|
||||
import { UrlService } from './services/url.service';
|
||||
|
||||
Reference in New Issue
Block a user