refactor(core): Make Logger a service (no-changelog) (#7494)
This commit is contained in:
committed by
GitHub
parent
db4e61ba24
commit
05586a900d
@@ -20,7 +20,7 @@ import type {
|
||||
import { UserManagementAuthenticationMethod } from '@/Interface';
|
||||
import type {
|
||||
IDataObject,
|
||||
ILogLevel,
|
||||
LogLevel,
|
||||
IN8nUISettings,
|
||||
ITelemetrySettings,
|
||||
WorkflowSettings,
|
||||
@@ -129,7 +129,7 @@ export const useSettingsStore = defineStore(STORES.SETTINGS, {
|
||||
telemetry(): ITelemetrySettings {
|
||||
return this.settings.telemetry;
|
||||
},
|
||||
logLevel(): ILogLevel {
|
||||
logLevel(): LogLevel {
|
||||
return this.settings.logLevel;
|
||||
},
|
||||
isTelemetryEnabled(): boolean {
|
||||
|
||||
Reference in New Issue
Block a user