1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-26 17:43:22 +00:00

move all of libs/common/src/tools/log into @bitwarden/logging

This commit is contained in:
John Harrington
2025-10-07 08:37:29 -07:00
parent dac8100bc6
commit fd47c98b8e
25 changed files with 134 additions and 108 deletions

View File

@@ -114,7 +114,6 @@ import { DefaultSyncService } from "@bitwarden/common/platform/sync/internal";
import { AuditService } from "@bitwarden/common/services/audit.service";
import { EventCollectionService } from "@bitwarden/common/services/event/event-collection.service";
import { EventUploadService } from "@bitwarden/common/services/event/event-upload.service";
import { enableLogForTypes } from "@bitwarden/common/tools/log";
import {
PasswordStrengthService,
PasswordStrengthServiceAbstraction,
@@ -155,6 +154,7 @@ import {
BiometricStateService,
DefaultBiometricStateService,
} from "@bitwarden/key-management";
import { enableLogForTypes } from "@bitwarden/logging";
import { NodeCryptoFunctionService } from "@bitwarden/node/services/node-crypto-function.service";
import {
ActiveUserStateProvider,