pumuki-ast-hooks 5.3.20 → 5.3.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/docs/RELEASE_NOTES.md +35 -0
- package/docs/VIOLATIONS_RESOLUTION_PLAN.md +60 -59
- package/package.json +3 -3
- package/scripts/hooks-system/.AI_TOKEN_STATUS.txt +1 -1
- package/scripts/hooks-system/.audit-reports/notifications.log +935 -0
- package/scripts/hooks-system/.audit-reports/token-monitor.log +2809 -0
- package/scripts/hooks-system/application/CompositionRoot.js +38 -22
- package/scripts/hooks-system/application/services/AutonomousOrchestrator.js +0 -18
- package/scripts/hooks-system/application/services/ContextDetectionEngine.js +0 -58
- package/scripts/hooks-system/application/services/DynamicRulesLoader.js +2 -12
- package/scripts/hooks-system/application/services/GitFlowService.js +0 -80
- package/scripts/hooks-system/application/services/GitTreeState.js +2 -5
- package/scripts/hooks-system/application/services/HookSystemScheduler.js +0 -4
- package/scripts/hooks-system/application/services/IntelligentCommitAnalyzer.js +0 -25
- package/scripts/hooks-system/application/services/IntelligentGitTreeMonitor.js +0 -11
- package/scripts/hooks-system/application/services/PlatformAnalysisService.js +0 -19
- package/scripts/hooks-system/application/services/PlatformDetectionService.js +0 -19
- package/scripts/hooks-system/application/services/PlaybookRunner.js +1 -22
- package/scripts/hooks-system/application/services/PredictiveHookAdvisor.js +0 -19
- package/scripts/hooks-system/application/services/RealtimeGuardPlugin.js +0 -25
- package/scripts/hooks-system/application/services/RealtimeGuardService.js +71 -41
- package/scripts/hooks-system/application/services/SmartDirtyTreeAnalyzer.js +0 -11
- package/scripts/hooks-system/application/services/commit/CommitMessageGenerator.js +0 -11
- package/scripts/hooks-system/application/services/commit/FeatureDetector.js +0 -11
- package/scripts/hooks-system/application/services/evidence/EvidenceContextManager.js +0 -25
- package/scripts/hooks-system/application/services/guard/GuardAutoManagerService.js +31 -21
- package/scripts/hooks-system/application/services/guard/GuardConfig.js +15 -18
- package/scripts/hooks-system/application/services/guard/GuardEventLogger.js +0 -11
- package/scripts/hooks-system/application/services/guard/GuardHealthReminder.js +0 -26
- package/scripts/hooks-system/application/services/guard/GuardHeartbeatMonitor.js +6 -20
- package/scripts/hooks-system/application/services/guard/GuardLockManager.js +0 -11
- package/scripts/hooks-system/application/services/guard/GuardMonitorLoop.js +0 -25
- package/scripts/hooks-system/application/services/guard/GuardNotificationHandler.js +0 -11
- package/scripts/hooks-system/application/services/guard/GuardProcessManager.js +23 -11
- package/scripts/hooks-system/application/services/guard/GuardRecoveryService.js +0 -11
- package/scripts/hooks-system/application/services/installation/ConfigurationGeneratorService.js +0 -18
- package/scripts/hooks-system/application/services/installation/FileSystemInstallerService.js +0 -18
- package/scripts/hooks-system/application/services/installation/GitEnvironmentService.js +1 -19
- package/scripts/hooks-system/application/services/installation/HookInstaller.js +62 -24
- package/scripts/hooks-system/application/services/installation/IdeIntegrationService.js +0 -11
- package/scripts/hooks-system/application/services/installation/InstallService.js +1 -25
- package/scripts/hooks-system/application/services/installation/McpConfigurator.js +2 -19
- package/scripts/hooks-system/application/services/installation/PlatformDetectorService.js +0 -11
- package/scripts/hooks-system/application/services/installation/VSCodeTaskConfigurator.js +0 -11
- package/scripts/hooks-system/application/services/logging/AuditLogger.js +0 -8
- package/scripts/hooks-system/application/services/logging/UnifiedLogger.js +13 -15
- package/scripts/hooks-system/application/services/monitoring/ActivityMonitor.js +0 -33
- package/scripts/hooks-system/application/services/monitoring/AstMonitor.js +0 -27
- package/scripts/hooks-system/application/services/monitoring/DevDocsMonitor.js +0 -26
- package/scripts/hooks-system/application/services/monitoring/EvidenceMonitor.js +0 -18
- package/scripts/hooks-system/application/services/monitoring/EvidenceMonitorService.js +4 -28
- package/scripts/hooks-system/application/services/monitoring/GitTreeMonitor.js +0 -28
- package/scripts/hooks-system/application/services/monitoring/GitTreeMonitorService.js +0 -26
- package/scripts/hooks-system/application/services/monitoring/HealthCheckProviders.js +0 -4
- package/scripts/hooks-system/application/services/monitoring/HealthCheckService.js +0 -25
- package/scripts/hooks-system/application/services/monitoring/HeartbeatMonitorService.js +0 -26
- package/scripts/hooks-system/application/services/monitoring/TokenMonitor.js +0 -26
- package/scripts/hooks-system/application/services/notification/MacNotificationSender.js +0 -11
- package/scripts/hooks-system/application/services/notification/NotificationCenterService.js +0 -18
- package/scripts/hooks-system/application/services/notification/NotificationDispatcher.js +0 -11
- package/scripts/hooks-system/application/services/notification/components/NotificationCooldownManager.js +0 -18
- package/scripts/hooks-system/application/services/notification/components/NotificationDeduplicator.js +0 -18
- package/scripts/hooks-system/application/services/notification/components/NotificationQueue.js +0 -11
- package/scripts/hooks-system/application/services/notification/components/NotificationRetryExecutor.js +0 -20
- package/scripts/hooks-system/application/services/platform/PlatformHeuristics.js +0 -19
- package/scripts/hooks-system/application/services/recovery/AutoRecoveryManager.js +0 -19
- package/scripts/hooks-system/application/services/smart-commit/CommitMessageSuggester.js +0 -11
- package/scripts/hooks-system/application/services/smart-commit/FileContextGrouper.js +0 -19
- package/scripts/hooks-system/application/services/smart-commit/SmartCommitSummaryBuilder.js +0 -4
- package/scripts/hooks-system/application/services/token/CursorTokenService.js +0 -20
- package/scripts/hooks-system/application/services/token/TokenMetricsService.js +2 -12
- package/scripts/hooks-system/application/services/token/TokenMonitorService.js +0 -19
- package/scripts/hooks-system/application/services/token/TokenStatusReporter.js +0 -12
- package/scripts/hooks-system/bin/cli.js +15 -1
- package/scripts/hooks-system/bin/guard-env.sh +18 -38
- package/scripts/hooks-system/bin/guard-supervisor.js +5 -515
- package/scripts/hooks-system/bin/session-loader.sh +3 -262
- package/scripts/hooks-system/bin/start-guards.sh +21 -184
- package/scripts/hooks-system/bin/update-evidence.sh +10 -1161
- package/scripts/hooks-system/config/project.config.json +1 -1
- package/scripts/hooks-system/domain/events/index.js +31 -24
- package/scripts/hooks-system/infrastructure/ast/android/analyzers/AndroidAnalysisOrchestrator.js +3 -2
- package/scripts/hooks-system/infrastructure/ast/ast-core.js +12 -20
- package/scripts/hooks-system/infrastructure/ast/ast-intelligence.js +8 -18
- package/scripts/hooks-system/infrastructure/ast/backend/analyzers/BackendPatternDetector.js +2 -1
- package/scripts/hooks-system/infrastructure/ast/backend/ast-backend.js +18 -14
- package/scripts/hooks-system/infrastructure/ast/frontend/ast-frontend.js +196 -196
- package/scripts/hooks-system/infrastructure/ast/ios/analyzers/iOSASTIntelligentAnalyzer.js +3 -2
- package/scripts/hooks-system/infrastructure/hooks/skill-activation-prompt.js +3 -2
- package/scripts/hooks-system/infrastructure/logging/UnifiedLoggerFactory.js +5 -4
- package/scripts/hooks-system/infrastructure/mcp/ast-intelligence-automation.js +88 -0
- package/scripts/hooks-system/infrastructure/orchestration/intelligent-audit.js +17 -16
- package/scripts/hooks-system/infrastructure/shell/orchestrators/audit-orchestrator.sh +92 -54
- package/scripts/hooks-system/infrastructure/telemetry/metrics-server.js +3 -2
- package/scripts/hooks-system/infrastructure/validators/enforce-english-literals.js +6 -8
|
@@ -860,3 +860,938 @@
|
|
|
860
860
|
{"timestamp":"2025-12-30T08:52:22.017Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9c11c1b3-3816-4a02-b776-7298606a33f1","type":"token_ok"},"context":{}}
|
|
861
861
|
{"timestamp":"2025-12-30T08:55:22.116Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5440bbb5-a069-4be6-a84f-1a8e525e2ebe","type":"token_ok"},"context":{}}
|
|
862
862
|
{"timestamp":"2025-12-30T08:58:22.227Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"22a08362-af10-4d6d-8e4d-011afe460c7d","type":"token_ok"},"context":{}}
|
|
863
|
+
{"timestamp":"2025-12-31T12:01:13.340Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"930cd294-a472-4a8b-902d-e4b962b11767","type":"token_ok"},"context":{}}
|
|
864
|
+
{"timestamp":"2025-12-31T12:01:16.439Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"13557c57-6cc2-4192-bc50-24f5ed042cc1","type":"token_ok"},"context":{}}
|
|
865
|
+
{"timestamp":"2025-12-31T12:01:23.332Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bbff7db8-3ec5-4d16-9c11-0db2a8116209","type":"token_ok"},"context":{}}
|
|
866
|
+
{"timestamp":"2025-12-31T12:01:25.826Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"828bbb50-1587-416c-8da3-819e3c0e3d48","type":"token_ok"},"context":{}}
|
|
867
|
+
{"timestamp":"2025-12-31T12:03:44.439Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5a7b8c1e-2ae9-49e3-ad18-67eff1fff5c7","type":"token_ok"},"context":{}}
|
|
868
|
+
{"timestamp":"2025-12-31T12:03:44.518Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7c1f7849-b6b7-4b4b-af89-a82047ea2221","type":"token_ok"},"context":{}}
|
|
869
|
+
{"timestamp":"2025-12-31T12:06:44.530Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ecaf3c33-c002-4f6b-827a-3dee3a07f3c8","type":"token_ok"},"context":{}}
|
|
870
|
+
{"timestamp":"2025-12-31T12:06:44.585Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"29fa8311-6b4c-4333-986c-3ef13c098eac","type":"token_ok"},"context":{}}
|
|
871
|
+
{"timestamp":"2025-12-31T12:09:44.606Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dab2bae7-cb93-4e6e-a479-124afc92ea7b","type":"token_ok"},"context":{}}
|
|
872
|
+
{"timestamp":"2025-12-31T12:09:44.649Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"01fa6dad-f90b-43d7-a4f6-22cf9371cb07","type":"token_ok"},"context":{}}
|
|
873
|
+
{"timestamp":"2025-12-31T12:12:44.694Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f3965c5f-470f-49b1-a6d0-6a978e553adf","type":"token_ok"},"context":{}}
|
|
874
|
+
{"timestamp":"2025-12-31T12:12:44.722Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4d53d69a-4c88-4f1c-97d8-049807a88fd9","type":"token_ok"},"context":{}}
|
|
875
|
+
{"timestamp":"2025-12-31T12:15:44.804Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"766ae85a-3fd0-405b-a5a1-e19f6d283792","type":"token_ok"},"context":{}}
|
|
876
|
+
{"timestamp":"2025-12-31T12:15:44.807Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fbc76a7b-21f0-4c22-ae95-847faaebee6c","type":"token_ok"},"context":{}}
|
|
877
|
+
{"timestamp":"2025-12-31T12:18:44.911Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cdb87770-1426-4e0f-a2c1-66aa2c8277a0","type":"token_ok"},"context":{}}
|
|
878
|
+
{"timestamp":"2025-12-31T12:18:44.911Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b90b5713-8ba9-4946-98d0-b1fbe50b961c","type":"token_ok"},"context":{}}
|
|
879
|
+
{"timestamp":"2025-12-31T12:21:45.025Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"59714493-0fb9-4f39-b926-cbdf417a1659","type":"token_ok"},"context":{}}
|
|
880
|
+
{"timestamp":"2025-12-31T12:21:45.025Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8b3135cf-5d60-44c0-a0fd-a559d3003972","type":"token_ok"},"context":{}}
|
|
881
|
+
{"timestamp":"2025-12-31T12:24:45.104Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d8c5edfc-e602-4de5-84e0-fe5f7ddba1ec","type":"token_ok"},"context":{}}
|
|
882
|
+
{"timestamp":"2025-12-31T12:24:45.104Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84f80b9b-55de-479a-a43e-b8243a015959","type":"token_ok"},"context":{}}
|
|
883
|
+
{"timestamp":"2025-12-31T12:27:45.193Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4dfc7b19-80e2-40b1-8ed3-580885657b26","type":"token_ok"},"context":{}}
|
|
884
|
+
{"timestamp":"2025-12-31T12:27:45.194Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4b184874-4356-4b3e-97db-1b22c15b45dd","type":"token_ok"},"context":{}}
|
|
885
|
+
{"timestamp":"2025-12-31T12:30:45.301Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ec6d74e8-68cf-4d0c-b5b6-e3d9bd7eca7b","type":"token_ok"},"context":{}}
|
|
886
|
+
{"timestamp":"2025-12-31T12:30:45.301Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0be6802a-f573-4b1f-92a2-1ec303302f26","type":"token_ok"},"context":{}}
|
|
887
|
+
{"timestamp":"2025-12-31T12:33:45.403Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"67badd53-615d-4599-953e-f94fa8ff06d6","type":"token_ok"},"context":{}}
|
|
888
|
+
{"timestamp":"2025-12-31T12:33:45.403Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fb6e65dd-f3f5-4239-8f34-4db6d633e86b","type":"token_ok"},"context":{}}
|
|
889
|
+
{"timestamp":"2025-12-31T12:36:45.505Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"42b0524b-e0ae-427b-8062-ba2d9371f29e","type":"token_ok"},"context":{}}
|
|
890
|
+
{"timestamp":"2025-12-31T12:36:45.505Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0587991c-1063-4642-af6a-a9ac0a92a053","type":"token_ok"},"context":{}}
|
|
891
|
+
{"timestamp":"2025-12-31T12:39:45.613Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d40daa78-9553-49b5-bc35-9e6bb856fba0","type":"token_ok"},"context":{}}
|
|
892
|
+
{"timestamp":"2025-12-31T12:39:45.615Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c9c687c5-1c08-4bf5-8869-d682227fee75","type":"token_ok"},"context":{}}
|
|
893
|
+
{"timestamp":"2025-12-31T12:42:45.722Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fb3766e6-e2d7-45fb-b908-7fc35bcda1d2","type":"token_ok"},"context":{}}
|
|
894
|
+
{"timestamp":"2025-12-31T12:42:45.722Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f7bcab3-9e25-4541-962c-82f1bdea8d44","type":"token_ok"},"context":{}}
|
|
895
|
+
{"timestamp":"2025-12-31T12:45:45.791Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"251673c7-4890-4445-bee7-1f577f3b3e1f","type":"token_ok"},"context":{}}
|
|
896
|
+
{"timestamp":"2025-12-31T12:45:45.797Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b467cd72-0280-4a36-b1c1-0baa87a33c6a","type":"token_ok"},"context":{}}
|
|
897
|
+
{"timestamp":"2025-12-31T12:48:45.894Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e41d08cd-8f5c-428e-82c3-34caa2ae2738","type":"token_ok"},"context":{}}
|
|
898
|
+
{"timestamp":"2025-12-31T12:48:45.895Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4276ad31-ade5-4f77-a802-b377ee166756","type":"token_ok"},"context":{}}
|
|
899
|
+
{"timestamp":"2025-12-31T12:51:46.004Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"48954eca-3348-42d2-b094-b7949e7ab913","type":"token_ok"},"context":{}}
|
|
900
|
+
{"timestamp":"2025-12-31T12:51:46.004Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e7f10577-e9ea-4acd-b428-dd0a884f15d3","type":"token_ok"},"context":{}}
|
|
901
|
+
{"timestamp":"2025-12-31T12:54:46.112Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4d834469-a3a7-4a44-9cb3-b1a4f4b02651","type":"token_ok"},"context":{}}
|
|
902
|
+
{"timestamp":"2025-12-31T12:54:46.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cd3f3d51-886b-4adc-a982-49ee4db392c9","type":"token_ok"},"context":{}}
|
|
903
|
+
{"timestamp":"2025-12-31T12:57:46.195Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bf9c6d86-e3e5-4b71-99e3-cf46757b91b3","type":"token_ok"},"context":{}}
|
|
904
|
+
{"timestamp":"2025-12-31T12:57:46.195Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"968fd503-5ebe-45d6-b47f-a8e76b496abf","type":"token_ok"},"context":{}}
|
|
905
|
+
{"timestamp":"2025-12-31T13:00:46.280Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d96c486-2fb4-46a0-b479-4fa6bbc895c0","type":"token_ok"},"context":{}}
|
|
906
|
+
{"timestamp":"2025-12-31T13:00:46.280Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c1ee4c4-cd5b-40f0-9578-f94e74cc321b","type":"token_ok"},"context":{}}
|
|
907
|
+
{"timestamp":"2025-12-31T13:03:46.383Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"70d4c0cf-92b8-450d-959c-b1739c5c1297","type":"token_ok"},"context":{}}
|
|
908
|
+
{"timestamp":"2025-12-31T13:03:46.384Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"339893d7-82c9-418c-b142-33a89247b452","type":"token_ok"},"context":{}}
|
|
909
|
+
{"timestamp":"2025-12-31T13:06:46.492Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd10d914-8090-4804-8f97-cfeaa78afbe7","type":"token_ok"},"context":{}}
|
|
910
|
+
{"timestamp":"2025-12-31T13:06:46.492Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c9c34c1-1979-4ad9-bd8b-da6e935e2f4c","type":"token_ok"},"context":{}}
|
|
911
|
+
{"timestamp":"2025-12-31T13:09:46.602Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"59a74342-3636-4f62-b61d-8049a8332b22","type":"token_ok"},"context":{}}
|
|
912
|
+
{"timestamp":"2025-12-31T13:09:46.602Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b7362dd-3ff5-4417-a450-099d03cad3b6","type":"token_ok"},"context":{}}
|
|
913
|
+
{"timestamp":"2025-12-31T13:12:46.709Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a28ead3e-1b13-4e0a-bfd2-403bd1f9504b","type":"token_ok"},"context":{}}
|
|
914
|
+
{"timestamp":"2025-12-31T13:12:46.710Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"61d70a38-7506-4849-85b4-7cff1c015ff5","type":"token_ok"},"context":{}}
|
|
915
|
+
{"timestamp":"2025-12-31T13:15:46.822Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff3b39e4-c18d-434c-a2c8-04a8544ad9c7","type":"token_ok"},"context":{}}
|
|
916
|
+
{"timestamp":"2025-12-31T13:15:46.822Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"76abdbdd-4542-4823-999a-bb981c676ce4","type":"token_ok"},"context":{}}
|
|
917
|
+
{"timestamp":"2025-12-31T13:18:46.928Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"874fa070-08e9-4e74-8a74-1a3ebc10637c","type":"token_ok"},"context":{}}
|
|
918
|
+
{"timestamp":"2025-12-31T13:18:46.928Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"91fe038e-164f-4538-aa7a-6549bbf33d85","type":"token_ok"},"context":{}}
|
|
919
|
+
{"timestamp":"2025-12-31T13:21:47.035Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"559223be-e993-46cb-8a3a-0e05294b2b88","type":"token_ok"},"context":{}}
|
|
920
|
+
{"timestamp":"2025-12-31T13:21:47.035Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ce6528b-30b4-4698-a9ac-73267a55483c","type":"token_ok"},"context":{}}
|
|
921
|
+
{"timestamp":"2025-12-31T13:24:47.143Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"15e6b933-1509-4c6b-96bf-f16c2cd0fa88","type":"token_ok"},"context":{}}
|
|
922
|
+
{"timestamp":"2025-12-31T13:24:47.143Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c052f29-c9c8-4c18-a800-fa6810dd3b62","type":"token_ok"},"context":{}}
|
|
923
|
+
{"timestamp":"2025-12-31T13:27:47.253Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab1e8c67-e6e5-44b7-8ef7-217d7d013cbf","type":"token_ok"},"context":{}}
|
|
924
|
+
{"timestamp":"2025-12-31T13:27:47.253Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c46846d2-75e9-4853-8442-bf9785e962bd","type":"token_ok"},"context":{}}
|
|
925
|
+
{"timestamp":"2025-12-31T13:30:47.365Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae324800-93d9-45fb-934c-d9246293d173","type":"token_ok"},"context":{}}
|
|
926
|
+
{"timestamp":"2025-12-31T13:30:47.365Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"002e0267-fa65-43d8-862e-8ae81c0e578f","type":"token_ok"},"context":{}}
|
|
927
|
+
{"timestamp":"2025-12-31T13:33:47.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"052bc8fa-d298-4911-99d9-1b96537d3267","type":"token_ok"},"context":{}}
|
|
928
|
+
{"timestamp":"2025-12-31T13:33:47.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2e69662d-97c8-4142-80f0-319caf80ac81","type":"token_ok"},"context":{}}
|
|
929
|
+
{"timestamp":"2025-12-31T13:36:47.519Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f127138-091b-4d8f-bc67-f0a097d32970","type":"token_ok"},"context":{}}
|
|
930
|
+
{"timestamp":"2025-12-31T13:36:47.524Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7f5f5a27-f48d-4157-a1d7-dff6588dcc21","type":"token_ok"},"context":{}}
|
|
931
|
+
{"timestamp":"2025-12-31T13:39:47.610Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"eb6caf23-fc18-4376-9002-7e605a9c4a5a","type":"token_ok"},"context":{}}
|
|
932
|
+
{"timestamp":"2025-12-31T13:39:47.613Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7ef7e8d3-e4b3-43da-8516-5dcc2964bd6c","type":"token_ok"},"context":{}}
|
|
933
|
+
{"timestamp":"2025-12-31T13:42:47.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cb00c5d3-9397-4416-a006-d63c7fc093c6","type":"token_ok"},"context":{}}
|
|
934
|
+
{"timestamp":"2025-12-31T13:42:47.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6f88cc1d-e4b1-4236-80e3-393c24b868fb","type":"token_ok"},"context":{}}
|
|
935
|
+
{"timestamp":"2025-12-31T13:45:47.822Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d7ff4331-b507-4bf3-98bd-3b9b4bdf59c5","type":"token_ok"},"context":{}}
|
|
936
|
+
{"timestamp":"2025-12-31T13:45:47.824Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"21845ac4-f6b9-4731-837d-ff781fc67616","type":"token_ok"},"context":{}}
|
|
937
|
+
{"timestamp":"2025-12-31T13:48:47.927Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c05ef17-4b6b-4a9d-9be5-fa7d2b5ade72","type":"token_ok"},"context":{}}
|
|
938
|
+
{"timestamp":"2025-12-31T13:48:47.928Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aa6022e4-807f-4d85-a3aa-e3edd615d931","type":"token_ok"},"context":{}}
|
|
939
|
+
{"timestamp":"2025-12-31T13:51:48.042Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"20b1cf71-4556-4588-a2b0-c1ace0d8d10e","type":"token_ok"},"context":{}}
|
|
940
|
+
{"timestamp":"2025-12-31T13:51:48.042Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"40f766d1-1650-4f74-a417-84f4240572ff","type":"token_ok"},"context":{}}
|
|
941
|
+
{"timestamp":"2025-12-31T13:54:48.156Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"899c9769-945b-47ba-80b9-9f84612b295a","type":"token_ok"},"context":{}}
|
|
942
|
+
{"timestamp":"2025-12-31T13:54:48.156Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e615568e-d0fb-4e1f-9bd9-2addcecbbcb9","type":"token_ok"},"context":{}}
|
|
943
|
+
{"timestamp":"2025-12-31T13:57:48.266Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"408e7e03-dbd3-46f5-b067-57df4ad23e4d","type":"token_ok"},"context":{}}
|
|
944
|
+
{"timestamp":"2025-12-31T13:57:48.266Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cc771e0a-2765-4c53-9dd8-0abae9662394","type":"token_ok"},"context":{}}
|
|
945
|
+
{"timestamp":"2025-12-31T14:00:48.343Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e6d52597-2b7c-4189-bd1f-bd0696554566","type":"token_ok"},"context":{}}
|
|
946
|
+
{"timestamp":"2025-12-31T14:00:48.343Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c8aeadf2-bb0c-4098-b3b3-ae352a56d87b","type":"token_ok"},"context":{}}
|
|
947
|
+
{"timestamp":"2025-12-31T14:03:48.413Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7e974081-8fca-4d39-b1a2-d19f23e43fcb","type":"token_ok"},"context":{}}
|
|
948
|
+
{"timestamp":"2025-12-31T14:03:48.413Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a869eb3-af34-49c1-8d65-2f8835b8a368","type":"token_ok"},"context":{}}
|
|
949
|
+
{"timestamp":"2025-12-31T14:06:48.483Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7428b034-9cde-4280-8a2d-9320b49c87ab","type":"token_ok"},"context":{}}
|
|
950
|
+
{"timestamp":"2025-12-31T14:06:48.483Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0aa3dd4e-84ce-4b29-98d6-15aade17e06b","type":"token_ok"},"context":{}}
|
|
951
|
+
{"timestamp":"2025-12-31T14:09:48.567Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"77cd9b34-f6a9-4b23-bd8b-db3c62db140b","type":"token_ok"},"context":{}}
|
|
952
|
+
{"timestamp":"2025-12-31T14:09:48.567Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e72c33d7-9121-4d4f-ab2a-6417751d7e40","type":"token_ok"},"context":{}}
|
|
953
|
+
{"timestamp":"2025-12-31T14:12:48.654Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"736110f7-bc68-4296-bfc8-fb0422b69753","type":"token_ok"},"context":{}}
|
|
954
|
+
{"timestamp":"2025-12-31T14:12:48.655Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"18efccb0-be19-4bad-930c-d1907fe16301","type":"token_ok"},"context":{}}
|
|
955
|
+
{"timestamp":"2025-12-31T14:15:48.763Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c5e13687-f93f-4302-b711-f58238189f43","type":"token_ok"},"context":{}}
|
|
956
|
+
{"timestamp":"2025-12-31T14:15:48.763Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ca93571f-0f85-4642-b9d9-66119849c18f","type":"token_ok"},"context":{}}
|
|
957
|
+
{"timestamp":"2025-12-31T14:18:48.841Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f54a453f-76ae-4ef7-a6a3-2ce9f6089b71","type":"token_ok"},"context":{}}
|
|
958
|
+
{"timestamp":"2025-12-31T14:18:48.842Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6baebf9c-d073-46b8-bcd0-e17ad0a4abfc","type":"token_ok"},"context":{}}
|
|
959
|
+
{"timestamp":"2025-12-31T14:21:48.948Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"85a1bfd5-7131-4fad-a181-ac35ff049c82","type":"token_ok"},"context":{}}
|
|
960
|
+
{"timestamp":"2025-12-31T14:21:48.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"33a127b8-371a-4bdc-afe7-3cdc0850fa79","type":"token_ok"},"context":{}}
|
|
961
|
+
{"timestamp":"2025-12-31T14:24:49.054Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e04865c6-6a5f-452b-9c99-a0e3b504f938","type":"token_ok"},"context":{}}
|
|
962
|
+
{"timestamp":"2025-12-31T14:24:49.054Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a72a44ea-7421-4349-9e64-cf8022041b10","type":"token_ok"},"context":{}}
|
|
963
|
+
{"timestamp":"2025-12-31T14:27:49.165Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6b509fd6-4b2a-4ae4-bdc9-45b549c3c8ad","type":"token_ok"},"context":{}}
|
|
964
|
+
{"timestamp":"2025-12-31T14:27:49.165Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"084af783-beb2-4e4f-9247-ac612e6b1258","type":"token_ok"},"context":{}}
|
|
965
|
+
{"timestamp":"2025-12-31T14:30:49.234Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"034bd2cd-2bcd-4697-a9f8-88fac46a1085","type":"token_ok"},"context":{}}
|
|
966
|
+
{"timestamp":"2025-12-31T14:30:49.243Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"580584e9-06dc-442b-a179-7fbe286f38f1","type":"token_ok"},"context":{}}
|
|
967
|
+
{"timestamp":"2025-12-31T14:33:49.342Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b8d3a772-2682-402a-9d56-0b6a293ac995","type":"token_ok"},"context":{}}
|
|
968
|
+
{"timestamp":"2025-12-31T14:33:49.342Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9e5a101b-4708-4fcb-aa6a-a45b5919aca2","type":"token_ok"},"context":{}}
|
|
969
|
+
{"timestamp":"2025-12-31T14:36:49.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"36701360-8c1d-4bb2-a380-ab25ab052607","type":"token_ok"},"context":{}}
|
|
970
|
+
{"timestamp":"2025-12-31T14:36:49.448Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8ae11637-2a20-41a5-b32f-7d4278e74344","type":"token_ok"},"context":{}}
|
|
971
|
+
{"timestamp":"2025-12-31T14:39:49.518Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b729dd48-dfbf-4eaf-97c2-6a33aa94ede3","type":"token_ok"},"context":{}}
|
|
972
|
+
{"timestamp":"2025-12-31T14:39:49.520Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a147ab1b-7f9f-441a-abc7-7bf5508e9d6e","type":"token_ok"},"context":{}}
|
|
973
|
+
{"timestamp":"2025-12-31T14:42:49.587Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3332f0a-6028-4b53-98db-f24420b16b9d","type":"token_ok"},"context":{}}
|
|
974
|
+
{"timestamp":"2025-12-31T14:42:49.587Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"985427aa-da0d-45c6-9198-a62d81202212","type":"token_ok"},"context":{}}
|
|
975
|
+
{"timestamp":"2025-12-31T14:45:49.654Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4eb3816c-f0cb-48bb-9f0d-6a9dfdb2d755","type":"token_ok"},"context":{}}
|
|
976
|
+
{"timestamp":"2025-12-31T14:45:49.654Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7d0f8efa-63fd-4356-adac-ba4d7c215985","type":"token_ok"},"context":{}}
|
|
977
|
+
{"timestamp":"2025-12-31T14:48:49.733Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7076837f-4133-4c42-8c91-be38aba55194","type":"token_ok"},"context":{}}
|
|
978
|
+
{"timestamp":"2025-12-31T14:48:49.733Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"12c1cd0c-00a9-4d96-8d0c-f82a43f68ea5","type":"token_ok"},"context":{}}
|
|
979
|
+
{"timestamp":"2025-12-31T14:51:49.825Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e4d7ce42-e85f-4f71-8465-852718ac78f8","type":"token_ok"},"context":{}}
|
|
980
|
+
{"timestamp":"2025-12-31T14:51:49.826Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"202b6aa9-e332-49be-83b4-5868131b445d","type":"token_ok"},"context":{}}
|
|
981
|
+
{"timestamp":"2025-12-31T14:54:49.898Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"52bad6e5-01f7-4686-bf01-14e9c57a0d2b","type":"token_ok"},"context":{}}
|
|
982
|
+
{"timestamp":"2025-12-31T14:54:49.898Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3b88caec-309d-4963-969c-212e523c194b","type":"token_ok"},"context":{}}
|
|
983
|
+
{"timestamp":"2025-12-31T14:57:50.006Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"665c8467-9dfa-485e-b4ba-771282900e5a","type":"token_ok"},"context":{}}
|
|
984
|
+
{"timestamp":"2025-12-31T14:57:50.006Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5c98e898-1629-45aa-8da7-f57997ff5e93","type":"token_ok"},"context":{}}
|
|
985
|
+
{"timestamp":"2025-12-31T15:00:50.114Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8905ad68-0476-44ad-8515-d9a724ee5256","type":"token_ok"},"context":{}}
|
|
986
|
+
{"timestamp":"2025-12-31T15:00:50.114Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7d3c3ad5-139b-4b69-baed-11e32c0be881","type":"token_ok"},"context":{}}
|
|
987
|
+
{"timestamp":"2025-12-31T15:03:50.223Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd340825-824c-488e-9242-564c6d960d48","type":"token_ok"},"context":{}}
|
|
988
|
+
{"timestamp":"2025-12-31T15:03:50.223Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"51980972-b1ea-46cb-867e-a91ed5394d0c","type":"token_ok"},"context":{}}
|
|
989
|
+
{"timestamp":"2025-12-31T15:06:50.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0868fe75-fb62-4a7b-b2fd-d05e20143404","type":"token_ok"},"context":{}}
|
|
990
|
+
{"timestamp":"2025-12-31T15:06:50.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a151466a-45f3-40fb-a07b-eec8bc85b5ff","type":"token_ok"},"context":{}}
|
|
991
|
+
{"timestamp":"2025-12-31T15:09:50.409Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c044f5e8-8753-4e34-983e-d157bca52a37","type":"token_ok"},"context":{}}
|
|
992
|
+
{"timestamp":"2025-12-31T15:09:50.409Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2f41bdc4-bef7-436a-947f-19a404dc4e2e","type":"token_ok"},"context":{}}
|
|
993
|
+
{"timestamp":"2025-12-31T15:12:50.515Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4739a927-ad9a-4f66-a3ca-d87562d83af4","type":"token_ok"},"context":{}}
|
|
994
|
+
{"timestamp":"2025-12-31T15:12:50.515Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"850dd11a-af9a-436f-86ea-c3e67c38cd5f","type":"token_ok"},"context":{}}
|
|
995
|
+
{"timestamp":"2025-12-31T15:15:50.621Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4369090d-951b-4243-9bb7-b57a698f91e0","type":"token_ok"},"context":{}}
|
|
996
|
+
{"timestamp":"2025-12-31T15:15:50.621Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c96b367f-04fd-4509-a184-71afcb18b08a","type":"token_ok"},"context":{}}
|
|
997
|
+
{"timestamp":"2025-12-31T15:18:50.702Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fbe47a09-f65a-4bd1-af55-461e1c28873d","type":"token_ok"},"context":{}}
|
|
998
|
+
{"timestamp":"2025-12-31T15:18:50.702Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2c19f4de-9301-4414-8f88-db0c7bb16857","type":"token_ok"},"context":{}}
|
|
999
|
+
{"timestamp":"2025-12-31T15:21:50.814Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9cd89ec6-3478-4b84-8d6d-1ef5dcb27216","type":"token_ok"},"context":{}}
|
|
1000
|
+
{"timestamp":"2025-12-31T15:21:50.814Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a10f3c6-a445-48c7-97af-6f8fbfaf3391","type":"token_ok"},"context":{}}
|
|
1001
|
+
{"timestamp":"2025-12-31T15:24:50.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a11018ab-51fb-493f-b904-3d06a01dc1e3","type":"token_ok"},"context":{}}
|
|
1002
|
+
{"timestamp":"2025-12-31T15:24:50.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c5663e2-b171-442e-b278-671da98b24a4","type":"token_ok"},"context":{}}
|
|
1003
|
+
{"timestamp":"2025-12-31T15:27:51.017Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c11f9d84-16a8-44d0-a11c-c4d059833861","type":"token_ok"},"context":{}}
|
|
1004
|
+
{"timestamp":"2025-12-31T15:27:51.017Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5753d50-4328-48b2-baab-3c94cf9a17d4","type":"token_ok"},"context":{}}
|
|
1005
|
+
{"timestamp":"2025-12-31T15:30:51.090Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f403c3a-d2f8-449d-b6f0-e9a37ce5b360","type":"token_ok"},"context":{}}
|
|
1006
|
+
{"timestamp":"2025-12-31T15:30:51.092Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2faa3964-9e79-4fa8-9c56-a84da8b31897","type":"token_ok"},"context":{}}
|
|
1007
|
+
{"timestamp":"2025-12-31T15:33:51.197Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f5c33426-a49e-4f39-bfa9-987deb6b21e5","type":"token_ok"},"context":{}}
|
|
1008
|
+
{"timestamp":"2025-12-31T15:33:51.197Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c8f6d41b-9f10-479f-b5a1-270242a91bb9","type":"token_ok"},"context":{}}
|
|
1009
|
+
{"timestamp":"2025-12-31T15:36:51.308Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"66c9ac5d-39e8-44a6-8e28-830f5eb68bdc","type":"token_ok"},"context":{}}
|
|
1010
|
+
{"timestamp":"2025-12-31T15:36:51.308Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"923f90b7-5da4-4480-bb90-1c1a8a37b3a0","type":"token_ok"},"context":{}}
|
|
1011
|
+
{"timestamp":"2025-12-31T15:39:51.414Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"007766ae-9e44-4a89-92db-2663509be690","type":"token_ok"},"context":{}}
|
|
1012
|
+
{"timestamp":"2025-12-31T15:39:51.414Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"56a3f3c4-c6ee-464c-a088-600b0e9bc5b0","type":"token_ok"},"context":{}}
|
|
1013
|
+
{"timestamp":"2025-12-31T15:42:51.490Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f76a6ddf-4960-4bb1-9c08-518b74efa04f","type":"token_ok"},"context":{}}
|
|
1014
|
+
{"timestamp":"2025-12-31T15:42:51.490Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"214b8c2a-bff6-4e05-8ef4-9509225d60c1","type":"token_ok"},"context":{}}
|
|
1015
|
+
{"timestamp":"2025-12-31T15:45:51.600Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"83513b94-0eba-422a-8c5a-7ff4c464ade6","type":"token_ok"},"context":{}}
|
|
1016
|
+
{"timestamp":"2025-12-31T15:45:51.600Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ebd952e8-8b2e-4765-84fd-d17c6dcedffa","type":"token_ok"},"context":{}}
|
|
1017
|
+
{"timestamp":"2025-12-31T15:48:51.709Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c7db8d2a-d304-47b3-85ca-28243b27680d","type":"token_ok"},"context":{}}
|
|
1018
|
+
{"timestamp":"2025-12-31T15:48:51.709Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"43d18fba-98bc-41ea-9d03-806c15648acb","type":"token_ok"},"context":{}}
|
|
1019
|
+
{"timestamp":"2025-12-31T15:51:51.818Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"10bfc615-076c-4fc7-bf65-3068614315cd","type":"token_ok"},"context":{}}
|
|
1020
|
+
{"timestamp":"2025-12-31T15:51:51.818Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e749e9ae-952d-4b0e-9686-68d6ec832186","type":"token_ok"},"context":{}}
|
|
1021
|
+
{"timestamp":"2025-12-31T15:54:51.895Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9c4bab07-e818-4a22-b143-0ed435c085f6","type":"token_ok"},"context":{}}
|
|
1022
|
+
{"timestamp":"2025-12-31T15:54:51.895Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"771d1def-cf18-47cd-9bfa-a6653c7bba84","type":"token_ok"},"context":{}}
|
|
1023
|
+
{"timestamp":"2025-12-31T15:57:52.003Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"50cc9eeb-bc9a-4ca1-8674-5fe20e357678","type":"token_ok"},"context":{}}
|
|
1024
|
+
{"timestamp":"2025-12-31T15:57:52.003Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dea06068-645e-488b-b664-538b45dd8cd5","type":"token_ok"},"context":{}}
|
|
1025
|
+
{"timestamp":"2025-12-31T16:00:52.110Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0d96d7b8-e6da-419b-9e30-87c69e1d3a7f","type":"token_ok"},"context":{}}
|
|
1026
|
+
{"timestamp":"2025-12-31T16:00:52.110Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bdb2fd5b-da00-4b93-a6e6-0d9dd50fd9fd","type":"token_ok"},"context":{}}
|
|
1027
|
+
{"timestamp":"2025-12-31T16:03:52.216Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"94f4a38a-05f4-41e5-b066-e7e0ad418974","type":"token_ok"},"context":{}}
|
|
1028
|
+
{"timestamp":"2025-12-31T16:03:52.216Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"008f89f6-fc32-4210-a32a-f86a393b989b","type":"token_ok"},"context":{}}
|
|
1029
|
+
{"timestamp":"2025-12-31T16:06:52.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"223b896a-b8c5-436d-adf5-4c8cce6c86da","type":"token_ok"},"context":{}}
|
|
1030
|
+
{"timestamp":"2025-12-31T16:06:52.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8d988cbb-6d29-4404-96bd-1f6f73fa05f6","type":"token_ok"},"context":{}}
|
|
1031
|
+
{"timestamp":"2025-12-31T16:09:52.398Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c0c9eb10-a95c-4370-82f4-b0a2a18d77fc","type":"token_ok"},"context":{}}
|
|
1032
|
+
{"timestamp":"2025-12-31T16:09:52.398Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"48383460-4fbd-4bf0-b4ca-51c957d70d51","type":"token_ok"},"context":{}}
|
|
1033
|
+
{"timestamp":"2025-12-31T16:12:52.505Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84ac1d1a-63b4-4297-b121-b9cac1bd7ac7","type":"token_ok"},"context":{}}
|
|
1034
|
+
{"timestamp":"2025-12-31T16:12:52.505Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d23112cc-8a28-427b-bee7-705958203b95","type":"token_ok"},"context":{}}
|
|
1035
|
+
{"timestamp":"2025-12-31T16:15:52.615Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f642ef81-5286-4d4b-be5e-add2b94a1138","type":"token_ok"},"context":{}}
|
|
1036
|
+
{"timestamp":"2025-12-31T16:15:52.615Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2ac55e96-c3d4-4c49-8ab2-6b4cd49b8839","type":"token_ok"},"context":{}}
|
|
1037
|
+
{"timestamp":"2025-12-31T16:18:52.703Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae068f10-9fe8-47ef-a6cf-5056437c6baf","type":"token_ok"},"context":{}}
|
|
1038
|
+
{"timestamp":"2025-12-31T16:18:52.703Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6f25ed16-0cee-4608-9c7d-a481635d5939","type":"token_ok"},"context":{}}
|
|
1039
|
+
{"timestamp":"2025-12-31T16:21:52.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0a40d81b-bfd1-41e9-bbe2-59822fddc9c2","type":"token_ok"},"context":{}}
|
|
1040
|
+
{"timestamp":"2025-12-31T16:21:52.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b27051f-62c2-4505-80a8-3e1afc637581","type":"token_ok"},"context":{}}
|
|
1041
|
+
{"timestamp":"2025-12-31T16:24:52.922Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5c81863b-ee1d-4941-bc86-83adff0d1101","type":"token_ok"},"context":{}}
|
|
1042
|
+
{"timestamp":"2025-12-31T16:24:52.922Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1c7a47b-df2c-4fb9-b780-b9ed6fb1bbfe","type":"token_ok"},"context":{}}
|
|
1043
|
+
{"timestamp":"2025-12-31T16:27:53.032Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fe8c5037-a6a8-4eca-9dcd-6e4ab917bcf3","type":"token_ok"},"context":{}}
|
|
1044
|
+
{"timestamp":"2025-12-31T16:27:53.032Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6d3caabe-79d6-44bc-8f5d-467164ebb0e4","type":"token_ok"},"context":{}}
|
|
1045
|
+
{"timestamp":"2025-12-31T16:30:53.117Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3d1a530b-0f39-420a-9aee-10ede72f8ebf","type":"token_ok"},"context":{}}
|
|
1046
|
+
{"timestamp":"2025-12-31T16:30:53.117Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"efb7eefb-0cfc-4496-b993-1d5d71cbb51c","type":"token_ok"},"context":{}}
|
|
1047
|
+
{"timestamp":"2025-12-31T16:33:53.224Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0fc353ad-afe7-4a2c-b2c0-188786e99fe4","type":"token_ok"},"context":{}}
|
|
1048
|
+
{"timestamp":"2025-12-31T16:33:53.224Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e4c07239-1f0e-44e9-993e-4df1ca09b9e4","type":"token_ok"},"context":{}}
|
|
1049
|
+
{"timestamp":"2025-12-31T16:36:53.332Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"af491524-efb6-4e84-b0d2-c13d3c8d4f54","type":"token_ok"},"context":{}}
|
|
1050
|
+
{"timestamp":"2025-12-31T16:36:53.332Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"94cc5b96-230c-48bb-9c90-dc781d40a78f","type":"token_ok"},"context":{}}
|
|
1051
|
+
{"timestamp":"2025-12-31T16:39:53.442Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"edcb70ec-72a4-4295-9184-2a3b6c2dc1ab","type":"token_ok"},"context":{}}
|
|
1052
|
+
{"timestamp":"2025-12-31T16:39:53.442Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"22ebfd22-d685-4443-b329-06d0cc7f0ecc","type":"token_ok"},"context":{}}
|
|
1053
|
+
{"timestamp":"2025-12-31T16:42:53.520Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"93722aa8-d284-4b95-b5ae-4d30e62f7a30","type":"token_ok"},"context":{}}
|
|
1054
|
+
{"timestamp":"2025-12-31T16:42:53.520Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d5a03096-feff-458e-b200-a67d5a42acad","type":"token_ok"},"context":{}}
|
|
1055
|
+
{"timestamp":"2025-12-31T16:45:53.630Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e108b98a-f5fe-4434-9b40-1f5a8064b324","type":"token_ok"},"context":{}}
|
|
1056
|
+
{"timestamp":"2025-12-31T16:45:53.630Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ba6483c8-9cec-4901-9881-2ac0d9de0704","type":"token_ok"},"context":{}}
|
|
1057
|
+
{"timestamp":"2025-12-31T16:48:53.740Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"09143aa2-5a99-45c3-8f7f-861b4f47f1f6","type":"token_ok"},"context":{}}
|
|
1058
|
+
{"timestamp":"2025-12-31T16:48:53.740Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1e33ffa5-2aef-4e92-bd91-8f5c2e82609e","type":"token_ok"},"context":{}}
|
|
1059
|
+
{"timestamp":"2025-12-31T16:51:53.846Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"31d255a5-ab19-46f4-aad4-6e82746e812d","type":"token_ok"},"context":{}}
|
|
1060
|
+
{"timestamp":"2025-12-31T16:51:53.846Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3a267b72-0557-4905-b5a1-f402b50c26c0","type":"token_ok"},"context":{}}
|
|
1061
|
+
{"timestamp":"2025-12-31T16:54:53.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f39bedfd-785b-4056-817f-f52f1e381079","type":"token_ok"},"context":{}}
|
|
1062
|
+
{"timestamp":"2025-12-31T16:54:53.921Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"51b9e486-1231-4efb-befb-427de6c95d56","type":"token_ok"},"context":{}}
|
|
1063
|
+
{"timestamp":"2025-12-31T16:57:54.028Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"94112a8e-575e-4c63-bd3d-fac595be32a4","type":"token_ok"},"context":{}}
|
|
1064
|
+
{"timestamp":"2025-12-31T16:57:54.028Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fe18670-b8c6-4517-b633-30b23f7f9515","type":"token_ok"},"context":{}}
|
|
1065
|
+
{"timestamp":"2025-12-31T17:00:54.140Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9dd47e6f-d551-45e9-85aa-8dd87782c7c8","type":"token_ok"},"context":{}}
|
|
1066
|
+
{"timestamp":"2025-12-31T17:00:54.140Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9fcc66cc-7869-4565-82a1-114197eb3c2c","type":"token_ok"},"context":{}}
|
|
1067
|
+
{"timestamp":"2025-12-31T17:03:54.251Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"79a26255-351a-42ea-ad83-6eb11dd72e37","type":"token_ok"},"context":{}}
|
|
1068
|
+
{"timestamp":"2025-12-31T17:03:54.251Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9f6fa8d1-6bcb-429a-9b78-624b78fbe53e","type":"token_ok"},"context":{}}
|
|
1069
|
+
{"timestamp":"2025-12-31T17:06:54.329Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6dcdbe11-5900-4b05-a825-e01e00848114","type":"token_ok"},"context":{}}
|
|
1070
|
+
{"timestamp":"2025-12-31T17:06:54.338Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e8dac85c-9201-4798-9a59-d33600d94068","type":"token_ok"},"context":{}}
|
|
1071
|
+
{"timestamp":"2025-12-31T17:09:54.402Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6d73d3b4-7d9c-4319-a521-22774e670871","type":"token_ok"},"context":{}}
|
|
1072
|
+
{"timestamp":"2025-12-31T17:09:54.408Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"11dea1bb-1594-4fe7-8859-ac02dad1b4d9","type":"token_ok"},"context":{}}
|
|
1073
|
+
{"timestamp":"2025-12-31T17:12:54.482Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cfe09560-94d9-488c-a4b8-1173401b4319","type":"token_ok"},"context":{}}
|
|
1074
|
+
{"timestamp":"2025-12-31T17:12:54.482Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c4a4e5c7-7129-4da5-a5b6-e359d5dc9bad","type":"token_ok"},"context":{}}
|
|
1075
|
+
{"timestamp":"2025-12-31T17:15:54.550Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4922f24f-9a6e-430c-a792-be3a127d9423","type":"token_ok"},"context":{}}
|
|
1076
|
+
{"timestamp":"2025-12-31T17:15:54.550Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"12c83e92-c52c-4d64-980a-a1f0bd4c459d","type":"token_ok"},"context":{}}
|
|
1077
|
+
{"timestamp":"2025-12-31T17:18:54.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"799fe043-e611-4f05-8039-d117c60d37c3","type":"token_ok"},"context":{}}
|
|
1078
|
+
{"timestamp":"2025-12-31T17:18:54.634Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"316d44f2-5196-49e6-a1dc-8f7c32b62cd6","type":"token_ok"},"context":{}}
|
|
1079
|
+
{"timestamp":"2025-12-31T17:21:54.709Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bab92259-649f-4cdd-b8f5-c7785927a660","type":"token_ok"},"context":{}}
|
|
1080
|
+
{"timestamp":"2025-12-31T17:21:54.711Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"13166a79-d88c-436a-b302-da84ead3565d","type":"token_ok"},"context":{}}
|
|
1081
|
+
{"timestamp":"2025-12-31T17:24:54.796Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a594d028-0f6b-4d03-b537-4d2c032f3c7a","type":"token_ok"},"context":{}}
|
|
1082
|
+
{"timestamp":"2025-12-31T17:24:54.796Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ef3a8103-6494-4f0f-b5f1-c928e0944e8b","type":"token_ok"},"context":{}}
|
|
1083
|
+
{"timestamp":"2025-12-31T17:27:54.906Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f945cc4d-77d0-47a1-8f54-d9e965fbde9d","type":"token_ok"},"context":{}}
|
|
1084
|
+
{"timestamp":"2025-12-31T17:27:54.906Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"57a8f4d7-556a-4d43-9ca2-e9a9b7155588","type":"token_ok"},"context":{}}
|
|
1085
|
+
{"timestamp":"2025-12-31T17:30:54.981Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c59ee48d-51e8-4626-8e3d-334a47aa6d07","type":"token_ok"},"context":{}}
|
|
1086
|
+
{"timestamp":"2025-12-31T17:30:54.983Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9aac33bb-1c0e-4bad-a569-c21d978aac07","type":"token_ok"},"context":{}}
|
|
1087
|
+
{"timestamp":"2025-12-31T17:33:55.089Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2de1e0ae-d588-4112-a36f-b35b34d4db91","type":"token_ok"},"context":{}}
|
|
1088
|
+
{"timestamp":"2025-12-31T17:33:55.090Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a01ed74f-9844-45ea-8863-e101565e08ed","type":"token_ok"},"context":{}}
|
|
1089
|
+
{"timestamp":"2025-12-31T17:36:55.199Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c126d958-f6e6-4d6b-8ad3-c4431f5c3c9f","type":"token_ok"},"context":{}}
|
|
1090
|
+
{"timestamp":"2025-12-31T17:36:55.199Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"57a2c92f-da42-41f8-bb44-f12eb5d06050","type":"token_ok"},"context":{}}
|
|
1091
|
+
{"timestamp":"2025-12-31T17:39:55.310Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b2b84ce0-bf61-491c-8be5-67a987142cde","type":"token_ok"},"context":{}}
|
|
1092
|
+
{"timestamp":"2025-12-31T17:39:55.311Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8092fc71-7782-4c54-990e-2aa96485c97b","type":"token_ok"},"context":{}}
|
|
1093
|
+
{"timestamp":"2025-12-31T17:42:55.385Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"035612ad-b315-477f-a8fd-dcbd565a6983","type":"token_ok"},"context":{}}
|
|
1094
|
+
{"timestamp":"2025-12-31T17:42:55.385Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9c418209-3781-4154-af83-d0a5d4d152ef","type":"token_ok"},"context":{}}
|
|
1095
|
+
{"timestamp":"2025-12-31T17:45:55.493Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1836b6d7-7a2f-49df-9a37-1bb327c21d81","type":"token_ok"},"context":{}}
|
|
1096
|
+
{"timestamp":"2025-12-31T17:45:55.493Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"35444e51-ab90-4d61-ac4b-c36e8004f1af","type":"token_ok"},"context":{}}
|
|
1097
|
+
{"timestamp":"2025-12-31T17:48:55.606Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b0043ead-17e9-4e21-b1c0-afded99f6efe","type":"token_ok"},"context":{}}
|
|
1098
|
+
{"timestamp":"2025-12-31T17:48:55.607Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0d2fd746-2e33-468d-850f-1fe11c622061","type":"token_ok"},"context":{}}
|
|
1099
|
+
{"timestamp":"2025-12-31T17:51:55.713Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d38ab60a-079b-4378-a332-64c576bba8d2","type":"token_ok"},"context":{}}
|
|
1100
|
+
{"timestamp":"2025-12-31T17:51:55.713Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bf6bfcc1-801b-42e7-8e65-9c559c646088","type":"token_ok"},"context":{}}
|
|
1101
|
+
{"timestamp":"2025-12-31T17:54:55.790Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5af7feb-e543-4ad3-a254-31ca4a8d8db7","type":"token_ok"},"context":{}}
|
|
1102
|
+
{"timestamp":"2025-12-31T17:54:55.790Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ace8c593-a60a-44de-a64a-0421ec4b2943","type":"token_ok"},"context":{}}
|
|
1103
|
+
{"timestamp":"2025-12-31T17:57:55.899Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bd699b29-cfc9-4082-90a5-b7364ba85385","type":"token_ok"},"context":{}}
|
|
1104
|
+
{"timestamp":"2025-12-31T17:57:55.899Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d677b729-f606-4478-a898-ef73fba95953","type":"token_ok"},"context":{}}
|
|
1105
|
+
{"timestamp":"2025-12-31T18:00:56.001Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a16896f1-083f-4ed7-8041-c852b962d44a","type":"token_ok"},"context":{}}
|
|
1106
|
+
{"timestamp":"2025-12-31T18:00:56.001Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee995db9-d1ec-4165-84e3-e2922502967b","type":"token_ok"},"context":{}}
|
|
1107
|
+
{"timestamp":"2025-12-31T18:03:56.112Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8768314e-f5a8-48ea-ba0d-47e50a3cd9f5","type":"token_ok"},"context":{}}
|
|
1108
|
+
{"timestamp":"2025-12-31T18:03:56.112Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"041319d4-320b-4c74-8aaf-26fdbed452c4","type":"token_ok"},"context":{}}
|
|
1109
|
+
{"timestamp":"2025-12-31T18:06:56.191Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c986d41d-f8d8-4949-9d16-cb1b78fc5608","type":"token_ok"},"context":{}}
|
|
1110
|
+
{"timestamp":"2025-12-31T18:06:56.191Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"75bd96bd-afc9-4afd-9395-44ccaddb598a","type":"token_ok"},"context":{}}
|
|
1111
|
+
{"timestamp":"2025-12-31T18:09:56.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ebb26fe5-165e-47b0-932e-18971f95bd80","type":"token_ok"},"context":{}}
|
|
1112
|
+
{"timestamp":"2025-12-31T18:09:56.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"de747088-9d6b-4bdf-8e36-4fad73b10523","type":"token_ok"},"context":{}}
|
|
1113
|
+
{"timestamp":"2025-12-31T18:12:56.406Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c78ad417-960c-4839-af36-99dc336f7091","type":"token_ok"},"context":{}}
|
|
1114
|
+
{"timestamp":"2025-12-31T18:12:56.407Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bb62542b-2f8a-413a-96b0-d5a9ac6b2b84","type":"token_ok"},"context":{}}
|
|
1115
|
+
{"timestamp":"2025-12-31T18:15:56.517Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4efb97d1-7209-4179-afd5-ef9fd0fa0b79","type":"token_ok"},"context":{}}
|
|
1116
|
+
{"timestamp":"2025-12-31T18:15:56.517Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2f3d12ed-29de-4515-a51d-d098ede73aa0","type":"token_ok"},"context":{}}
|
|
1117
|
+
{"timestamp":"2025-12-31T18:18:56.601Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"69c6e285-5de0-4e09-8d97-c2a041c4920f","type":"token_ok"},"context":{}}
|
|
1118
|
+
{"timestamp":"2025-12-31T18:18:56.601Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3be9dfe3-6e9b-44c0-b824-7eee931aefcf","type":"token_ok"},"context":{}}
|
|
1119
|
+
{"timestamp":"2025-12-31T18:21:56.708Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"09ee3cad-1098-4918-adc2-c5c64fe61838","type":"token_ok"},"context":{}}
|
|
1120
|
+
{"timestamp":"2025-12-31T18:21:56.708Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5b58ec6-9928-4d1f-ae92-4ab87c7761f4","type":"token_ok"},"context":{}}
|
|
1121
|
+
{"timestamp":"2025-12-31T18:24:56.820Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a95e8ce1-2d25-4546-9de9-40f4a69f02c1","type":"token_ok"},"context":{}}
|
|
1122
|
+
{"timestamp":"2025-12-31T18:24:56.820Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a6b93e3-3c54-41a8-99b9-d08d82b54751","type":"token_ok"},"context":{}}
|
|
1123
|
+
{"timestamp":"2025-12-31T18:27:56.930Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cdc49aec-a171-4e1f-8e1c-14027a9def05","type":"token_ok"},"context":{}}
|
|
1124
|
+
{"timestamp":"2025-12-31T18:27:56.930Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee3ead51-067d-469b-82d8-f54de08a1446","type":"token_ok"},"context":{}}
|
|
1125
|
+
{"timestamp":"2025-12-31T18:30:57.007Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5c2f8cbe-93c0-47ef-83f6-b5a16ecf3476","type":"token_ok"},"context":{}}
|
|
1126
|
+
{"timestamp":"2025-12-31T18:30:57.007Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dd856ca4-428a-46e7-9b64-9e5238bbd1aa","type":"token_ok"},"context":{}}
|
|
1127
|
+
{"timestamp":"2025-12-31T18:33:57.124Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3412551b-6c33-44d0-9433-559c4de48110","type":"token_ok"},"context":{}}
|
|
1128
|
+
{"timestamp":"2025-12-31T18:33:57.124Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58e43f45-9fa0-41ba-9245-47ad977c3e67","type":"token_ok"},"context":{}}
|
|
1129
|
+
{"timestamp":"2025-12-31T18:36:57.201Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ab097c5-6334-46ce-bfcb-5e13005e5334","type":"token_ok"},"context":{}}
|
|
1130
|
+
{"timestamp":"2025-12-31T18:36:57.201Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a251cb1-2a1d-43d6-86d4-b7d1fa9a864d","type":"token_ok"},"context":{}}
|
|
1131
|
+
{"timestamp":"2025-12-31T18:39:57.314Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"59e2e84b-bcf4-42c8-8709-50ae6a7be2a8","type":"token_ok"},"context":{}}
|
|
1132
|
+
{"timestamp":"2025-12-31T18:39:57.314Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"269b72bf-f061-4335-a095-855a993597e3","type":"token_ok"},"context":{}}
|
|
1133
|
+
{"timestamp":"2025-12-31T18:42:57.397Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f358b140-e36e-45a5-9bb3-4586cd4e0835","type":"token_ok"},"context":{}}
|
|
1134
|
+
{"timestamp":"2025-12-31T18:42:57.397Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d75dd130-a003-4ec8-8807-67e21c2373ed","type":"token_ok"},"context":{}}
|
|
1135
|
+
{"timestamp":"2025-12-31T18:45:57.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f3a97df6-013c-467a-99c7-1365fb19d2d9","type":"token_ok"},"context":{}}
|
|
1136
|
+
{"timestamp":"2025-12-31T18:45:57.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"48167ea9-fb27-4a7c-b08f-4f465510c25f","type":"token_ok"},"context":{}}
|
|
1137
|
+
{"timestamp":"2025-12-31T18:48:57.617Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"80ae45d7-32fb-49ec-b370-b5efa632997b","type":"token_ok"},"context":{}}
|
|
1138
|
+
{"timestamp":"2025-12-31T18:48:57.617Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"95af02e4-401e-40d5-8f6f-38912cd440d4","type":"token_ok"},"context":{}}
|
|
1139
|
+
{"timestamp":"2025-12-31T18:51:57.727Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e50dd47e-abeb-42e6-9df3-2cfcfbe31d1c","type":"token_ok"},"context":{}}
|
|
1140
|
+
{"timestamp":"2025-12-31T18:51:57.727Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0962581a-9b82-422b-b2b5-2e58d0218b66","type":"token_ok"},"context":{}}
|
|
1141
|
+
{"timestamp":"2025-12-31T18:54:57.809Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"567bf9e2-faaa-44b3-91ef-1fa70907a4af","type":"token_ok"},"context":{}}
|
|
1142
|
+
{"timestamp":"2025-12-31T18:54:57.809Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9687b706-840b-4eb1-9f14-4e3bc4f1d5fb","type":"token_ok"},"context":{}}
|
|
1143
|
+
{"timestamp":"2025-12-31T18:57:57.916Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c25a0d6-7e60-4eaa-a9bb-65a65f734be8","type":"token_ok"},"context":{}}
|
|
1144
|
+
{"timestamp":"2025-12-31T18:57:57.916Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3addc2b-4ada-4f3e-9c3a-86afbd8936ee","type":"token_ok"},"context":{}}
|
|
1145
|
+
{"timestamp":"2025-12-31T19:00:58.027Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b057d60c-c19c-4a23-9628-2743137e0bde","type":"token_ok"},"context":{}}
|
|
1146
|
+
{"timestamp":"2025-12-31T19:00:58.027Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"29d21192-a183-4be6-b7a0-c6e3df45ee17","type":"token_ok"},"context":{}}
|
|
1147
|
+
{"timestamp":"2025-12-31T19:03:58.135Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"779d7d16-fea3-4821-83a0-6c7038200458","type":"token_ok"},"context":{}}
|
|
1148
|
+
{"timestamp":"2025-12-31T19:03:58.135Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"80e9e333-1ca4-4809-9060-8a4a239f35e5","type":"token_ok"},"context":{}}
|
|
1149
|
+
{"timestamp":"2025-12-31T19:06:58.216Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"11f5c9d6-fb8f-46b8-8a39-acaf83d2914c","type":"token_ok"},"context":{}}
|
|
1150
|
+
{"timestamp":"2025-12-31T19:06:58.216Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a1c672f1-e67a-48ac-8a92-6322682297a5","type":"token_ok"},"context":{}}
|
|
1151
|
+
{"timestamp":"2025-12-31T19:09:58.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4b15efca-3505-487f-99d4-308c8903e8fb","type":"token_ok"},"context":{}}
|
|
1152
|
+
{"timestamp":"2025-12-31T19:09:58.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2be622be-921f-48ed-9fd6-09da61993db8","type":"token_ok"},"context":{}}
|
|
1153
|
+
{"timestamp":"2025-12-31T19:12:58.428Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b8bb2fb-fdc3-4635-a558-7ee29afe9fed","type":"token_ok"},"context":{}}
|
|
1154
|
+
{"timestamp":"2025-12-31T19:12:58.428Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"76992308-0fcf-4707-b7b2-2d7df41a6d9c","type":"token_ok"},"context":{}}
|
|
1155
|
+
{"timestamp":"2025-12-31T19:15:58.536Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d87dae4c-b2b9-4154-b829-dd1b4ed0e16d","type":"token_ok"},"context":{}}
|
|
1156
|
+
{"timestamp":"2025-12-31T19:15:58.536Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c55715d-316b-4cbe-9cec-9cccaced1a26","type":"token_ok"},"context":{}}
|
|
1157
|
+
{"timestamp":"2025-12-31T19:18:58.608Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0d8c4b5e-e2c3-42b4-a8ff-88cc02f97d5e","type":"token_ok"},"context":{}}
|
|
1158
|
+
{"timestamp":"2025-12-31T19:18:58.613Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5bfec5db-e274-4252-8176-65b323eb7b4a","type":"token_ok"},"context":{}}
|
|
1159
|
+
{"timestamp":"2025-12-31T19:21:58.713Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"67a256da-0957-40e0-bab4-70635fa7af4d","type":"token_ok"},"context":{}}
|
|
1160
|
+
{"timestamp":"2025-12-31T19:21:58.713Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b9cdc9fa-5b56-405d-972b-3a7c60245038","type":"token_ok"},"context":{}}
|
|
1161
|
+
{"timestamp":"2025-12-31T19:24:58.821Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7f66f61d-5ba6-4eb5-8a78-885598cf5b84","type":"token_ok"},"context":{}}
|
|
1162
|
+
{"timestamp":"2025-12-31T19:24:58.821Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"990d83c2-4d06-4e93-aa47-62df52fc178a","type":"token_ok"},"context":{}}
|
|
1163
|
+
{"timestamp":"2025-12-31T19:27:58.932Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9f29f8bd-04e1-4f27-99ce-de0fff36de7b","type":"token_ok"},"context":{}}
|
|
1164
|
+
{"timestamp":"2025-12-31T19:27:58.932Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6e1c374e-3eaf-4e99-8b38-860c1bec4eaa","type":"token_ok"},"context":{}}
|
|
1165
|
+
{"timestamp":"2025-12-31T19:30:59.006Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7da91529-e1aa-4ac2-aa68-9e0a434b77c0","type":"token_ok"},"context":{}}
|
|
1166
|
+
{"timestamp":"2025-12-31T19:30:59.006Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"de6e00a7-1315-42c2-a6d5-470614e4b680","type":"token_ok"},"context":{}}
|
|
1167
|
+
{"timestamp":"2025-12-31T19:33:59.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c1292317-f0f8-42f4-b1d9-265e3d50be36","type":"token_ok"},"context":{}}
|
|
1168
|
+
{"timestamp":"2025-12-31T19:33:59.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3091386-94b0-4978-bb6c-7575f6f6d156","type":"token_ok"},"context":{}}
|
|
1169
|
+
{"timestamp":"2025-12-31T19:36:59.220Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2c828b47-00ac-4b21-b72c-cdb8cb03f46e","type":"token_ok"},"context":{}}
|
|
1170
|
+
{"timestamp":"2025-12-31T19:36:59.220Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"731906a8-1223-4bd6-9da8-8500085cac6d","type":"token_ok"},"context":{}}
|
|
1171
|
+
{"timestamp":"2025-12-31T19:39:59.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d36e57c3-4886-459b-a517-3ecdb2eabcbd","type":"token_ok"},"context":{}}
|
|
1172
|
+
{"timestamp":"2025-12-31T19:39:59.321Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dfb4f0fd-465d-456a-9438-390c5232ccd5","type":"token_ok"},"context":{}}
|
|
1173
|
+
{"timestamp":"2025-12-31T19:42:59.406Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e0fe4c4f-6b21-4b51-8d93-8dccdf203260","type":"token_ok"},"context":{}}
|
|
1174
|
+
{"timestamp":"2025-12-31T19:42:59.406Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd33845c-1e1c-42c8-9d79-8ca9858a3d7c","type":"token_ok"},"context":{}}
|
|
1175
|
+
{"timestamp":"2025-12-31T19:45:59.514Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"57218f04-2d86-482e-931b-d10ce3a8a3c9","type":"token_ok"},"context":{}}
|
|
1176
|
+
{"timestamp":"2025-12-31T19:45:59.514Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"43eb2925-e969-4a69-8229-180a1a3d0c59","type":"token_ok"},"context":{}}
|
|
1177
|
+
{"timestamp":"2025-12-31T19:48:59.624Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"501bbefe-95f2-4828-b47e-713612a655d5","type":"token_ok"},"context":{}}
|
|
1178
|
+
{"timestamp":"2025-12-31T19:48:59.624Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae815865-33fc-4a3b-9220-11dfc98b5c24","type":"token_ok"},"context":{}}
|
|
1179
|
+
{"timestamp":"2025-12-31T19:51:59.730Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"881fbec5-bf87-4819-bca0-6de7ebfc313f","type":"token_ok"},"context":{}}
|
|
1180
|
+
{"timestamp":"2025-12-31T19:51:59.730Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"61b7fdc7-0b48-41d2-98db-fddd21509d21","type":"token_ok"},"context":{}}
|
|
1181
|
+
{"timestamp":"2025-12-31T19:54:59.815Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"00c89f0e-b44f-48e5-8ff8-0741dccac9cb","type":"token_ok"},"context":{}}
|
|
1182
|
+
{"timestamp":"2025-12-31T19:54:59.815Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0862cf82-ac87-4530-aada-5ff86fa8c308","type":"token_ok"},"context":{}}
|
|
1183
|
+
{"timestamp":"2025-12-31T19:57:59.923Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cd5779ca-a944-4939-9179-c7a28f4a3b80","type":"token_ok"},"context":{}}
|
|
1184
|
+
{"timestamp":"2025-12-31T19:57:59.924Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"00f09ace-379d-489f-bd86-3143cb856c22","type":"token_ok"},"context":{}}
|
|
1185
|
+
{"timestamp":"2025-12-31T20:01:00.033Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9b59b53c-2dbf-4ec1-807a-cbd65b03d10e","type":"token_ok"},"context":{}}
|
|
1186
|
+
{"timestamp":"2025-12-31T20:01:00.033Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1abd9fb1-3f8c-45fd-bdab-69e381828f26","type":"token_ok"},"context":{}}
|
|
1187
|
+
{"timestamp":"2025-12-31T20:04:00.142Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8cd348c6-c223-4904-89ca-128bc80e0536","type":"token_ok"},"context":{}}
|
|
1188
|
+
{"timestamp":"2025-12-31T20:04:00.142Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dc0f6983-261a-4cd7-8b94-1864c805bf55","type":"token_ok"},"context":{}}
|
|
1189
|
+
{"timestamp":"2025-12-31T20:07:00.229Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8cff53bc-51d5-46a1-8a16-efe47f9c3347","type":"token_ok"},"context":{}}
|
|
1190
|
+
{"timestamp":"2025-12-31T20:07:00.229Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cba87e26-f26e-4d51-9454-3ae3050c16ab","type":"token_ok"},"context":{}}
|
|
1191
|
+
{"timestamp":"2025-12-31T20:10:00.336Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aa55f7b8-2ecf-4e13-acf6-e3f2b9575272","type":"token_ok"},"context":{}}
|
|
1192
|
+
{"timestamp":"2025-12-31T20:10:00.337Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c086f4bb-609a-4e0c-8436-06286e32e19a","type":"token_ok"},"context":{}}
|
|
1193
|
+
{"timestamp":"2025-12-31T20:13:00.447Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"db341d94-f242-4757-b355-8f6382601a36","type":"token_ok"},"context":{}}
|
|
1194
|
+
{"timestamp":"2025-12-31T20:13:00.447Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"63aee7ff-4538-4eab-b546-bd545ca5b6bd","type":"token_ok"},"context":{}}
|
|
1195
|
+
{"timestamp":"2025-12-31T20:16:00.559Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"298d938d-ba2e-49ed-9941-5793dc637181","type":"token_ok"},"context":{}}
|
|
1196
|
+
{"timestamp":"2025-12-31T20:16:00.559Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"977b090e-dd01-4267-85c2-02535b483e6a","type":"token_ok"},"context":{}}
|
|
1197
|
+
{"timestamp":"2025-12-31T20:19:00.640Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f0bf631-0715-4691-b148-37bfa309c321","type":"token_ok"},"context":{}}
|
|
1198
|
+
{"timestamp":"2025-12-31T20:19:00.641Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0b79dc32-4118-417c-bef6-1296876e500b","type":"token_ok"},"context":{}}
|
|
1199
|
+
{"timestamp":"2025-12-31T20:22:00.745Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5e73950c-ee39-4593-b3d5-e0a0f411c7c1","type":"token_ok"},"context":{}}
|
|
1200
|
+
{"timestamp":"2025-12-31T20:22:00.745Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e859a404-79f6-4403-93f9-a3895414a828","type":"token_ok"},"context":{}}
|
|
1201
|
+
{"timestamp":"2025-12-31T20:25:00.854Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2cc4e20-9010-42a6-ac8d-a28b81b21e48","type":"token_ok"},"context":{}}
|
|
1202
|
+
{"timestamp":"2025-12-31T20:25:00.854Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6b89025e-6050-462c-b0fd-2361e785553e","type":"token_ok"},"context":{}}
|
|
1203
|
+
{"timestamp":"2025-12-31T20:28:00.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fd2f55e-9696-43a8-9833-7c90165d396e","type":"token_ok"},"context":{}}
|
|
1204
|
+
{"timestamp":"2025-12-31T20:28:00.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0519c6ea-4a9f-4b2d-919f-09cb412d3604","type":"token_ok"},"context":{}}
|
|
1205
|
+
{"timestamp":"2025-12-31T20:31:01.035Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c020760e-64e4-4196-9251-f8ea8406ccfa","type":"token_ok"},"context":{}}
|
|
1206
|
+
{"timestamp":"2025-12-31T20:31:01.035Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ed130c2b-8e5a-4ad3-9f8c-4c3770d46a22","type":"token_ok"},"context":{}}
|
|
1207
|
+
{"timestamp":"2025-12-31T20:34:01.142Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07d2d641-a643-4e45-b9fc-f3bf3738c348","type":"token_ok"},"context":{}}
|
|
1208
|
+
{"timestamp":"2025-12-31T20:34:01.143Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"62d38172-f268-4a2f-b5e1-2e0afb2873cf","type":"token_ok"},"context":{}}
|
|
1209
|
+
{"timestamp":"2025-12-31T20:37:01.251Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7dc4ef70-fea5-4575-b24e-9160a7300e15","type":"token_ok"},"context":{}}
|
|
1210
|
+
{"timestamp":"2025-12-31T20:37:01.251Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"78768828-5f40-4dfa-83bd-ba61823ad8ba","type":"token_ok"},"context":{}}
|
|
1211
|
+
{"timestamp":"2025-12-31T20:40:01.322Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e62a413-0ae3-420e-af03-6c4a149208ed","type":"token_ok"},"context":{}}
|
|
1212
|
+
{"timestamp":"2025-12-31T20:40:01.322Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2f7bb5e1-24ec-46ea-b657-e662460ea00a","type":"token_ok"},"context":{}}
|
|
1213
|
+
{"timestamp":"2025-12-31T20:43:01.400Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2b766068-cd48-4d1a-bed2-5ea3995effff","type":"token_ok"},"context":{}}
|
|
1214
|
+
{"timestamp":"2025-12-31T20:43:01.400Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d01b8842-38f1-48dd-b8de-aef41f7f3a6f","type":"token_ok"},"context":{}}
|
|
1215
|
+
{"timestamp":"2025-12-31T20:46:01.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"29a88613-b515-49a5-a95f-9b25941c1dd1","type":"token_ok"},"context":{}}
|
|
1216
|
+
{"timestamp":"2025-12-31T20:46:01.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7e4ba4d8-a4fe-4937-b191-be3f87499392","type":"token_ok"},"context":{}}
|
|
1217
|
+
{"timestamp":"2025-12-31T20:49:01.619Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae815083-d524-42c7-bc46-8308fc9d5da7","type":"token_ok"},"context":{}}
|
|
1218
|
+
{"timestamp":"2025-12-31T20:49:01.619Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"77b4ec7b-071e-427b-96a5-5bd8f5065228","type":"token_ok"},"context":{}}
|
|
1219
|
+
{"timestamp":"2025-12-31T20:52:01.729Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f5dc7717-8e5a-4303-bcb3-811b5faed1f9","type":"token_ok"},"context":{}}
|
|
1220
|
+
{"timestamp":"2025-12-31T20:52:01.729Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"38d9f11b-3ddf-4656-8c1c-3e9723fc17b5","type":"token_ok"},"context":{}}
|
|
1221
|
+
{"timestamp":"2025-12-31T20:55:01.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"349e6f56-ee7f-43d8-9227-b79db7cb2502","type":"token_ok"},"context":{}}
|
|
1222
|
+
{"timestamp":"2025-12-31T20:55:01.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a098bc2b-9412-4453-8f1e-4fcf584816c2","type":"token_ok"},"context":{}}
|
|
1223
|
+
{"timestamp":"2025-12-31T20:58:01.911Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3092e6e-22d1-4f3b-b39a-42041ca6ee2b","type":"token_ok"},"context":{}}
|
|
1224
|
+
{"timestamp":"2025-12-31T20:58:01.912Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"313172f6-9dda-48f1-a109-7ace269384b4","type":"token_ok"},"context":{}}
|
|
1225
|
+
{"timestamp":"2025-12-31T21:01:02.018Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"27c4009c-897a-45a9-aa38-f006ea2465bb","type":"token_ok"},"context":{}}
|
|
1226
|
+
{"timestamp":"2025-12-31T21:01:02.019Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c307cd59-42e3-463c-8672-1b9660540031","type":"token_ok"},"context":{}}
|
|
1227
|
+
{"timestamp":"2025-12-31T21:04:02.125Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0946f009-ee6f-4d4a-9478-c52013e28416","type":"token_ok"},"context":{}}
|
|
1228
|
+
{"timestamp":"2025-12-31T21:04:02.125Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4edcd6b6-142b-4464-af54-12e0eaba6979","type":"token_ok"},"context":{}}
|
|
1229
|
+
{"timestamp":"2025-12-31T21:07:02.205Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7f76655-79bc-4a42-9cd7-2a495463cd55","type":"token_ok"},"context":{}}
|
|
1230
|
+
{"timestamp":"2025-12-31T21:07:02.205Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"09117f60-b8c5-42a7-89f7-c04460cafaea","type":"token_ok"},"context":{}}
|
|
1231
|
+
{"timestamp":"2025-12-31T21:10:02.311Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"baff1aee-28b8-4d39-9446-b870430d2def","type":"token_ok"},"context":{}}
|
|
1232
|
+
{"timestamp":"2025-12-31T21:10:02.311Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2af5eeb9-542e-4778-9c47-5c78fcdae4ea","type":"token_ok"},"context":{}}
|
|
1233
|
+
{"timestamp":"2025-12-31T21:13:02.417Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1f15b728-3279-4e86-9a95-103307cd72b2","type":"token_ok"},"context":{}}
|
|
1234
|
+
{"timestamp":"2025-12-31T21:13:02.417Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a1ab08c6-ea68-49e7-b8a4-da94f17a91c4","type":"token_ok"},"context":{}}
|
|
1235
|
+
{"timestamp":"2025-12-31T21:16:02.524Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"af106444-4b5e-4ed1-98e3-c768838263d6","type":"token_ok"},"context":{}}
|
|
1236
|
+
{"timestamp":"2025-12-31T21:16:02.524Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"65995a4a-54b8-4653-b7fd-46523a54f2f2","type":"token_ok"},"context":{}}
|
|
1237
|
+
{"timestamp":"2025-12-31T21:19:02.604Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d41ced88-2e94-4deb-ab78-d0c220fe8bcd","type":"token_ok"},"context":{}}
|
|
1238
|
+
{"timestamp":"2025-12-31T21:19:02.604Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a09dee1-3209-457e-874d-c7eb1a836543","type":"token_ok"},"context":{}}
|
|
1239
|
+
{"timestamp":"2025-12-31T21:22:02.712Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"99e4ed37-c394-454e-b1dc-8a939a3977f6","type":"token_ok"},"context":{}}
|
|
1240
|
+
{"timestamp":"2025-12-31T21:22:02.712Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"df669746-1a76-4304-b65e-280af4dec76e","type":"token_ok"},"context":{}}
|
|
1241
|
+
{"timestamp":"2025-12-31T21:25:02.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c31f2c45-b147-4d16-9c93-dea71d49ff35","type":"token_ok"},"context":{}}
|
|
1242
|
+
{"timestamp":"2025-12-31T21:25:02.813Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03782740-87e9-43a6-96e5-6452bb088184","type":"token_ok"},"context":{}}
|
|
1243
|
+
{"timestamp":"2025-12-31T21:28:02.915Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"64731672-5143-44a5-b629-795bac3450b7","type":"token_ok"},"context":{}}
|
|
1244
|
+
{"timestamp":"2025-12-31T21:28:02.915Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dff9091c-4b41-41e3-9bd4-f674d36c35df","type":"token_ok"},"context":{}}
|
|
1245
|
+
{"timestamp":"2025-12-31T21:31:02.996Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff6796b3-7073-41cc-a1ae-9832b6e5e78f","type":"token_ok"},"context":{}}
|
|
1246
|
+
{"timestamp":"2025-12-31T21:31:02.996Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"40c61e11-1d27-4f27-9a24-beea64217af1","type":"token_ok"},"context":{}}
|
|
1247
|
+
{"timestamp":"2025-12-31T21:34:03.105Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6c2d186c-a1ee-4692-a8f4-1919e98c1538","type":"token_ok"},"context":{}}
|
|
1248
|
+
{"timestamp":"2025-12-31T21:34:03.105Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fad344ec-70f1-4ea2-b30b-35f7b0fc66ea","type":"token_ok"},"context":{}}
|
|
1249
|
+
{"timestamp":"2025-12-31T21:37:03.218Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"246fd97a-fc8f-4511-bd2d-182babc16067","type":"token_ok"},"context":{}}
|
|
1250
|
+
{"timestamp":"2025-12-31T21:37:03.218Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1105da5-98a1-44e1-9e88-f5aca653b019","type":"token_ok"},"context":{}}
|
|
1251
|
+
{"timestamp":"2025-12-31T21:40:03.320Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03819c00-173a-47fe-a52b-fc1130b1efa2","type":"token_ok"},"context":{}}
|
|
1252
|
+
{"timestamp":"2025-12-31T21:40:03.320Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dffde95f-a014-4f05-a4f7-79e34a1cd7b6","type":"token_ok"},"context":{}}
|
|
1253
|
+
{"timestamp":"2025-12-31T21:43:03.397Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"77b30afe-0f18-4676-b969-9def032c241b","type":"token_ok"},"context":{}}
|
|
1254
|
+
{"timestamp":"2025-12-31T21:43:03.397Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"59d59c3a-76c2-428e-b0bb-05ff12834a89","type":"token_ok"},"context":{}}
|
|
1255
|
+
{"timestamp":"2025-12-31T21:46:03.505Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5289d5c5-04ca-49f9-8623-1b8282779802","type":"token_ok"},"context":{}}
|
|
1256
|
+
{"timestamp":"2025-12-31T21:46:03.507Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"545bfed7-1590-4e38-a80f-296189a3c972","type":"token_ok"},"context":{}}
|
|
1257
|
+
{"timestamp":"2025-12-31T21:49:03.614Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d6caa27a-255f-4c16-889d-b08bcce1d8c1","type":"token_ok"},"context":{}}
|
|
1258
|
+
{"timestamp":"2025-12-31T21:49:03.614Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff9c314c-be14-4f73-ae8e-3ea7c73ebc1a","type":"token_ok"},"context":{}}
|
|
1259
|
+
{"timestamp":"2025-12-31T21:52:03.726Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fda364b-0dfa-4aec-ba75-5d72e686754b","type":"token_ok"},"context":{}}
|
|
1260
|
+
{"timestamp":"2025-12-31T21:52:03.726Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"27fdff15-65b7-40df-9c5c-6248e022878b","type":"token_ok"},"context":{}}
|
|
1261
|
+
{"timestamp":"2025-12-31T21:55:03.812Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"056a715a-f8c9-4df7-ad49-1506420ffe35","type":"token_ok"},"context":{}}
|
|
1262
|
+
{"timestamp":"2025-12-31T21:55:03.812Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c61e571-9f11-4c13-ac9c-bd718b569349","type":"token_ok"},"context":{}}
|
|
1263
|
+
{"timestamp":"2025-12-31T21:58:03.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"94d17846-c441-4251-a1c9-8b7bf3c14350","type":"token_ok"},"context":{}}
|
|
1264
|
+
{"timestamp":"2025-12-31T21:58:03.920Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9dfe14be-7802-463c-abc5-c014cb1e9736","type":"token_ok"},"context":{}}
|
|
1265
|
+
{"timestamp":"2025-12-31T22:01:04.029Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b4793b8a-e149-48dc-91cc-9528e4355a6e","type":"token_ok"},"context":{}}
|
|
1266
|
+
{"timestamp":"2025-12-31T22:01:04.029Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff863bd3-7f94-4d59-b989-a0385cfa1b6b","type":"token_ok"},"context":{}}
|
|
1267
|
+
{"timestamp":"2025-12-31T22:04:04.134Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fe55e3a3-bcb7-41b3-8bb1-0d5f7b338e49","type":"token_ok"},"context":{}}
|
|
1268
|
+
{"timestamp":"2025-12-31T22:04:04.134Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"16e05480-cd20-46ed-af5f-b3da1fad288e","type":"token_ok"},"context":{}}
|
|
1269
|
+
{"timestamp":"2025-12-31T22:07:04.216Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4862f9da-3461-416e-b190-190ec3d6bf5a","type":"token_ok"},"context":{}}
|
|
1270
|
+
{"timestamp":"2025-12-31T22:07:04.217Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"df7ef635-e611-48ea-845d-396278a34d90","type":"token_ok"},"context":{}}
|
|
1271
|
+
{"timestamp":"2025-12-31T22:10:04.322Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee18af0c-4cc2-41c0-b2cd-4a2395aee21a","type":"token_ok"},"context":{}}
|
|
1272
|
+
{"timestamp":"2025-12-31T22:10:04.322Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2dcc940c-5aba-4e3c-bac2-bc692226a4d8","type":"token_ok"},"context":{}}
|
|
1273
|
+
{"timestamp":"2025-12-31T22:13:04.429Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3db9354e-34eb-4586-acb1-597c2e8ed033","type":"token_ok"},"context":{}}
|
|
1274
|
+
{"timestamp":"2025-12-31T22:13:04.429Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ca5b4ea9-5007-4447-a053-2327ee289aaa","type":"token_ok"},"context":{}}
|
|
1275
|
+
{"timestamp":"2025-12-31T22:16:04.537Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1acf73c4-e303-4220-9134-8dd74aff863e","type":"token_ok"},"context":{}}
|
|
1276
|
+
{"timestamp":"2025-12-31T22:16:04.537Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"239e84d2-fa13-46e7-9c4c-3d52ede24c50","type":"token_ok"},"context":{}}
|
|
1277
|
+
{"timestamp":"2025-12-31T22:19:04.610Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"682e2299-9f4c-4da0-9da3-f49cf3e11a85","type":"token_ok"},"context":{}}
|
|
1278
|
+
{"timestamp":"2025-12-31T22:19:04.611Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5a21287e-1e52-41a9-9aa7-61ab323d2e06","type":"token_ok"},"context":{}}
|
|
1279
|
+
{"timestamp":"2025-12-31T22:22:04.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"26ad7e14-8e86-49f4-8d6a-e1bd8feeb404","type":"token_ok"},"context":{}}
|
|
1280
|
+
{"timestamp":"2025-12-31T22:22:04.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a45a77b3-2533-428f-90fe-8f3ef12fab23","type":"token_ok"},"context":{}}
|
|
1281
|
+
{"timestamp":"2025-12-31T22:25:04.822Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c7957244-7018-4f34-bdd7-671d59930a15","type":"token_ok"},"context":{}}
|
|
1282
|
+
{"timestamp":"2025-12-31T22:25:04.822Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bad86dd8-4565-434f-b380-a0b6535991c7","type":"token_ok"},"context":{}}
|
|
1283
|
+
{"timestamp":"2025-12-31T22:28:04.934Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f53ae152-2bc2-4cf7-ba04-d1333487998e","type":"token_ok"},"context":{}}
|
|
1284
|
+
{"timestamp":"2025-12-31T22:28:04.934Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"02f40f72-adef-4117-b530-d78bffc22a91","type":"token_ok"},"context":{}}
|
|
1285
|
+
{"timestamp":"2025-12-31T22:31:05.005Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"eb562a9d-ad8d-45c9-b434-0dee2e2c8ba0","type":"token_ok"},"context":{}}
|
|
1286
|
+
{"timestamp":"2025-12-31T22:31:05.010Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"46d48b15-7bc7-41e5-b357-f8702d92d79a","type":"token_ok"},"context":{}}
|
|
1287
|
+
{"timestamp":"2025-12-31T22:34:05.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f094fb3-9614-4a2d-be5a-b8eb5754d1fd","type":"token_ok"},"context":{}}
|
|
1288
|
+
{"timestamp":"2025-12-31T22:34:05.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a53871f-4a54-4ac3-8a65-8c6d3427e06f","type":"token_ok"},"context":{}}
|
|
1289
|
+
{"timestamp":"2025-12-31T22:37:05.213Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"be52b5ae-61ef-4615-9a3e-13159569526b","type":"token_ok"},"context":{}}
|
|
1290
|
+
{"timestamp":"2025-12-31T22:37:05.213Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"57bea6ee-363f-473b-85e3-c19a79cba0e0","type":"token_ok"},"context":{}}
|
|
1291
|
+
{"timestamp":"2025-12-31T22:40:05.319Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7bb65c9-0ef7-4079-9fb2-2ebd052f9e5c","type":"token_ok"},"context":{}}
|
|
1292
|
+
{"timestamp":"2025-12-31T22:40:05.319Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"83453338-2a2f-4b61-926c-6dbceee53efc","type":"token_ok"},"context":{}}
|
|
1293
|
+
{"timestamp":"2025-12-31T22:43:05.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4eac8439-3020-45e1-9e39-ae676575bb8d","type":"token_ok"},"context":{}}
|
|
1294
|
+
{"timestamp":"2025-12-31T22:43:05.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2014e315-76ca-48ef-a0f1-dc27b902f3ac","type":"token_ok"},"context":{}}
|
|
1295
|
+
{"timestamp":"2025-12-31T22:46:05.509Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5b1e521e-1026-4ff1-aa08-52e626506466","type":"token_ok"},"context":{}}
|
|
1296
|
+
{"timestamp":"2025-12-31T22:46:05.509Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5f65a23f-e455-42f3-a380-50295e42e6dd","type":"token_ok"},"context":{}}
|
|
1297
|
+
{"timestamp":"2025-12-31T22:49:05.605Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1471544-db8f-47c7-a4b8-e2408121e8f0","type":"token_ok"},"context":{}}
|
|
1298
|
+
{"timestamp":"2025-12-31T22:49:05.605Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"39ece29a-557f-40a8-bd50-25ee49c8bff6","type":"token_ok"},"context":{}}
|
|
1299
|
+
{"timestamp":"2025-12-31T22:52:05.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"99e7f343-2abc-4fa5-866f-71d684d037db","type":"token_ok"},"context":{}}
|
|
1300
|
+
{"timestamp":"2025-12-31T22:52:05.717Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff94fb01-df4a-4e59-beeb-cbdb7730ffcb","type":"token_ok"},"context":{}}
|
|
1301
|
+
{"timestamp":"2025-12-31T22:55:05.800Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a5536868-62bf-4db0-a06b-74fa15d82d1c","type":"token_ok"},"context":{}}
|
|
1302
|
+
{"timestamp":"2025-12-31T22:55:05.800Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d501a2a1-70dc-42ee-a5a7-1651f6d268fc","type":"token_ok"},"context":{}}
|
|
1303
|
+
{"timestamp":"2025-12-31T22:58:05.908Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0a64db98-716c-4cc7-80f0-a07d791cf99e","type":"token_ok"},"context":{}}
|
|
1304
|
+
{"timestamp":"2025-12-31T22:58:05.909Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"172f91dc-6d22-4a0e-acfb-f9d93a448f27","type":"token_ok"},"context":{}}
|
|
1305
|
+
{"timestamp":"2025-12-31T23:01:06.015Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1649e695-14b2-4ac5-acf1-9a90ea30008f","type":"token_ok"},"context":{}}
|
|
1306
|
+
{"timestamp":"2025-12-31T23:01:06.015Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1176e28-00ec-4f40-8de8-45359bab75e9","type":"token_ok"},"context":{}}
|
|
1307
|
+
{"timestamp":"2025-12-31T23:04:06.125Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cb70b698-b68c-472e-a2b2-b0c85caafaad","type":"token_ok"},"context":{}}
|
|
1308
|
+
{"timestamp":"2025-12-31T23:04:06.125Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"df9f50cc-b1c3-41a1-b138-4f72ae3ed173","type":"token_ok"},"context":{}}
|
|
1309
|
+
{"timestamp":"2025-12-31T23:07:06.203Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9dee3952-3147-4952-b87e-c918e18f3ed3","type":"token_ok"},"context":{}}
|
|
1310
|
+
{"timestamp":"2025-12-31T23:07:06.204Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bc4baa69-458c-4f91-bb04-d90e536ff29f","type":"token_ok"},"context":{}}
|
|
1311
|
+
{"timestamp":"2025-12-31T23:10:06.309Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6d7cadbb-2671-4cb7-84f2-3e12cd56611b","type":"token_ok"},"context":{}}
|
|
1312
|
+
{"timestamp":"2025-12-31T23:10:06.309Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"71571325-4c42-45d5-a556-7a94685e9cb1","type":"token_ok"},"context":{}}
|
|
1313
|
+
{"timestamp":"2025-12-31T23:13:06.416Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a9ac895-b431-4e4d-be27-68e72fc78770","type":"token_ok"},"context":{}}
|
|
1314
|
+
{"timestamp":"2025-12-31T23:13:06.417Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"500000e7-0864-477a-a99f-b58a34cae7fd","type":"token_ok"},"context":{}}
|
|
1315
|
+
{"timestamp":"2025-12-31T23:16:06.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5549d09c-4202-41c2-89c6-3d324706ca00","type":"token_ok"},"context":{}}
|
|
1316
|
+
{"timestamp":"2025-12-31T23:16:06.524Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a9b5f900-06f1-41e1-a907-59864563cd2a","type":"token_ok"},"context":{}}
|
|
1317
|
+
{"timestamp":"2025-12-31T23:19:06.606Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8b3d7cd6-0620-4f46-b47a-ef5b15b83934","type":"token_ok"},"context":{}}
|
|
1318
|
+
{"timestamp":"2025-12-31T23:19:06.606Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0afd1d03-a3e7-48d6-b4fe-e58d4d43c59a","type":"token_ok"},"context":{}}
|
|
1319
|
+
{"timestamp":"2025-12-31T23:22:06.714Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e2fda74b-f7c7-416e-a674-6358292f914d","type":"token_ok"},"context":{}}
|
|
1320
|
+
{"timestamp":"2025-12-31T23:22:06.714Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d1339ece-5b92-4ce4-9367-2220c19ef488","type":"token_ok"},"context":{}}
|
|
1321
|
+
{"timestamp":"2025-12-31T23:25:06.824Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"53588cdf-4f17-4b37-bc70-c8397699d769","type":"token_ok"},"context":{}}
|
|
1322
|
+
{"timestamp":"2025-12-31T23:25:06.824Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd10962a-b59a-4e4f-8566-9395eac9ae1b","type":"token_ok"},"context":{}}
|
|
1323
|
+
{"timestamp":"2025-12-31T23:28:06.936Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3e22bed5-876e-4dc0-bde7-d7080a2e94d9","type":"token_ok"},"context":{}}
|
|
1324
|
+
{"timestamp":"2025-12-31T23:28:06.936Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"71fb6816-da97-4225-abdf-f3780a79e5a5","type":"token_ok"},"context":{}}
|
|
1325
|
+
{"timestamp":"2025-12-31T23:31:07.005Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b0917b98-97c5-44fa-b1f2-0e3da91a1b48","type":"token_ok"},"context":{}}
|
|
1326
|
+
{"timestamp":"2025-12-31T23:31:07.010Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"765fef6d-81b8-4155-9132-143140cdee5f","type":"token_ok"},"context":{}}
|
|
1327
|
+
{"timestamp":"2025-12-31T23:34:07.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6e45f981-8346-4674-a107-3e79f4036f71","type":"token_ok"},"context":{}}
|
|
1328
|
+
{"timestamp":"2025-12-31T23:34:07.113Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"64b6f912-97c6-4537-8ae1-7aa9859358a7","type":"token_ok"},"context":{}}
|
|
1329
|
+
{"timestamp":"2025-12-31T23:37:07.222Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b272fc15-3a17-4f84-844e-4ae286cc6fd2","type":"token_ok"},"context":{}}
|
|
1330
|
+
{"timestamp":"2025-12-31T23:37:07.222Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3fb93559-bd94-4f7f-a3ca-416478f49f87","type":"token_ok"},"context":{}}
|
|
1331
|
+
{"timestamp":"2025-12-31T23:40:07.331Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e503eae8-8c1d-46b7-ac9e-6b3f7be6c721","type":"token_ok"},"context":{}}
|
|
1332
|
+
{"timestamp":"2025-12-31T23:40:07.332Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d77716f5-bb16-44d0-84dc-064a327bf3b1","type":"token_ok"},"context":{}}
|
|
1333
|
+
{"timestamp":"2025-12-31T23:43:07.415Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"81f3b5cf-074b-43d0-9cfa-b090b8675a57","type":"token_ok"},"context":{}}
|
|
1334
|
+
{"timestamp":"2025-12-31T23:43:07.415Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b166ced5-3ebc-40eb-98a5-104be1561dde","type":"token_ok"},"context":{}}
|
|
1335
|
+
{"timestamp":"2025-12-31T23:46:07.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1af06250-aa05-47aa-83e6-b7f268ff192b","type":"token_ok"},"context":{}}
|
|
1336
|
+
{"timestamp":"2025-12-31T23:46:07.524Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0127fd74-5734-4938-b16b-bd72efe6d29e","type":"token_ok"},"context":{}}
|
|
1337
|
+
{"timestamp":"2025-12-31T23:49:07.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d025ba8-cc84-45aa-bd01-75f5c6ac94a0","type":"token_ok"},"context":{}}
|
|
1338
|
+
{"timestamp":"2025-12-31T23:49:07.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"91ace46c-5c93-4f8b-8ab7-0a9427e30548","type":"token_ok"},"context":{}}
|
|
1339
|
+
{"timestamp":"2025-12-31T23:52:07.745Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"acd79b5f-1364-47a9-8cfc-2b86ad3bfb7a","type":"token_ok"},"context":{}}
|
|
1340
|
+
{"timestamp":"2025-12-31T23:52:07.746Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"228a68e2-f568-4239-85cc-3385a761f34d","type":"token_ok"},"context":{}}
|
|
1341
|
+
{"timestamp":"2025-12-31T23:55:07.826Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7f9c903-ed7b-4de4-b837-2a686d11badb","type":"token_ok"},"context":{}}
|
|
1342
|
+
{"timestamp":"2025-12-31T23:55:07.826Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f3cf6543-0559-45ef-93ff-8b9137fb06e4","type":"token_ok"},"context":{}}
|
|
1343
|
+
{"timestamp":"2025-12-31T23:58:07.933Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1e5e2a7c-c5fc-49bf-96c4-61902137e20d","type":"token_ok"},"context":{}}
|
|
1344
|
+
{"timestamp":"2025-12-31T23:58:07.934Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f02b0e1-af1e-4fd7-9a32-696b643fbd24","type":"token_ok"},"context":{}}
|
|
1345
|
+
{"timestamp":"2026-01-01T00:01:08.046Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0524761d-d38b-4d90-b2b9-be4afb6c7d23","type":"token_ok"},"context":{}}
|
|
1346
|
+
{"timestamp":"2026-01-01T00:01:08.046Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1b019673-0f4e-45c1-9b37-29578994e818","type":"token_ok"},"context":{}}
|
|
1347
|
+
{"timestamp":"2026-01-01T00:04:08.156Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"da714e65-339d-4fa7-9e8c-35797441fb4a","type":"token_ok"},"context":{}}
|
|
1348
|
+
{"timestamp":"2026-01-01T00:04:08.156Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08d8f04b-7b04-446c-918c-ce5139c98f6f","type":"token_ok"},"context":{}}
|
|
1349
|
+
{"timestamp":"2026-01-01T00:07:08.234Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b117db6d-0652-41d1-91ae-5918d9577859","type":"token_ok"},"context":{}}
|
|
1350
|
+
{"timestamp":"2026-01-01T00:07:08.235Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1f3ff46a-c25b-4874-a619-81d3b1fb3bac","type":"token_ok"},"context":{}}
|
|
1351
|
+
{"timestamp":"2026-01-01T00:10:08.334Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9393fce1-2ae2-4b06-bfdb-af93b173d315","type":"token_ok"},"context":{}}
|
|
1352
|
+
{"timestamp":"2026-01-01T00:10:08.334Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0425d939-b852-4bda-8bd1-f3fd31590af3","type":"token_ok"},"context":{}}
|
|
1353
|
+
{"timestamp":"2026-01-01T00:13:08.445Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1f7ae75-1656-4e9e-9d69-df9d199be729","type":"token_ok"},"context":{}}
|
|
1354
|
+
{"timestamp":"2026-01-01T00:13:08.445Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b65fdf7-f4d3-42dd-a0bb-0e6803b52032","type":"token_ok"},"context":{}}
|
|
1355
|
+
{"timestamp":"2026-01-01T00:16:08.572Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"da8883c4-4b15-4745-aa32-212e6875b90b","type":"token_ok"},"context":{}}
|
|
1356
|
+
{"timestamp":"2026-01-01T00:16:08.572Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5864852-1968-4505-b30f-3c654ceb1e20","type":"token_ok"},"context":{}}
|
|
1357
|
+
{"timestamp":"2026-01-01T00:19:08.646Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4bbe3d63-d1eb-4362-a932-d15f150e606e","type":"token_ok"},"context":{}}
|
|
1358
|
+
{"timestamp":"2026-01-01T00:19:08.652Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"06b6dee0-5372-49dc-b93e-5e16c82b8869","type":"token_ok"},"context":{}}
|
|
1359
|
+
{"timestamp":"2026-01-01T00:22:08.753Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7f7016c8-ff33-443b-8416-df2a6bcfa602","type":"token_ok"},"context":{}}
|
|
1360
|
+
{"timestamp":"2026-01-01T00:22:08.753Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a519f11-9fc1-428c-a87a-8ba9012f7429","type":"token_ok"},"context":{}}
|
|
1361
|
+
{"timestamp":"2026-01-01T00:25:08.860Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1017150f-a65d-4d8d-ae10-0edefe6b636d","type":"token_ok"},"context":{}}
|
|
1362
|
+
{"timestamp":"2026-01-01T00:25:08.860Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee0c372b-c519-4622-9666-4a0c1fae7ab9","type":"token_ok"},"context":{}}
|
|
1363
|
+
{"timestamp":"2026-01-01T00:28:08.972Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ffb5073b-bd69-40d7-9b94-14a0809cb95e","type":"token_ok"},"context":{}}
|
|
1364
|
+
{"timestamp":"2026-01-01T00:28:08.972Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b2b9cef3-72be-4418-956a-3398b2f86769","type":"token_ok"},"context":{}}
|
|
1365
|
+
{"timestamp":"2026-01-01T00:31:09.048Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7ecdbfb2-d7b7-4263-9317-27f4d7517f02","type":"token_ok"},"context":{}}
|
|
1366
|
+
{"timestamp":"2026-01-01T00:31:09.048Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4236c778-7fb7-4939-a2c5-377c1d532091","type":"token_ok"},"context":{}}
|
|
1367
|
+
{"timestamp":"2026-01-01T00:34:09.155Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"af2e89e8-9d25-47d6-adc1-8180285a5aff","type":"token_ok"},"context":{}}
|
|
1368
|
+
{"timestamp":"2026-01-01T00:34:09.155Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"da645c1a-005f-4218-b13f-12174d77ec12","type":"token_ok"},"context":{}}
|
|
1369
|
+
{"timestamp":"2026-01-01T00:37:09.262Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3c418971-45fc-4df3-adc2-23123662a792","type":"token_ok"},"context":{}}
|
|
1370
|
+
{"timestamp":"2026-01-01T00:37:09.262Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cfe40faf-f7be-4ecf-953c-cc8cd46c6a50","type":"token_ok"},"context":{}}
|
|
1371
|
+
{"timestamp":"2026-01-01T00:40:09.369Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2cbdae1a-3eed-4114-9e0b-22929a3f1b17","type":"token_ok"},"context":{}}
|
|
1372
|
+
{"timestamp":"2026-01-01T00:40:09.369Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3105f110-89b7-4556-8040-5020ee16bc29","type":"token_ok"},"context":{}}
|
|
1373
|
+
{"timestamp":"2026-01-01T00:43:09.454Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"53fb18c6-79e4-413d-a6ad-978a42bfab6a","type":"token_ok"},"context":{}}
|
|
1374
|
+
{"timestamp":"2026-01-01T00:43:09.454Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dbcc595b-94ac-4afa-a300-891cb78961ee","type":"token_ok"},"context":{}}
|
|
1375
|
+
{"timestamp":"2026-01-01T00:46:09.561Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f8eadbd4-424c-459c-a943-561bc49780e7","type":"token_ok"},"context":{}}
|
|
1376
|
+
{"timestamp":"2026-01-01T00:46:09.562Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e70dd058-ccbc-4d8a-941e-d8bdc4737eb8","type":"token_ok"},"context":{}}
|
|
1377
|
+
{"timestamp":"2026-01-01T00:49:09.670Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7e51d213-06c1-4606-bb9f-c2597eeea928","type":"token_ok"},"context":{}}
|
|
1378
|
+
{"timestamp":"2026-01-01T00:49:09.670Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5529168e-8727-4d2b-9be2-328ed0ba5fe7","type":"token_ok"},"context":{}}
|
|
1379
|
+
{"timestamp":"2026-01-01T00:52:09.769Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f02c9f1e-e75d-4413-92bb-8e0c4c79e55c","type":"token_ok"},"context":{}}
|
|
1380
|
+
{"timestamp":"2026-01-01T00:52:09.769Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8d0e126b-6918-4987-b39c-f8d10be373f6","type":"token_ok"},"context":{}}
|
|
1381
|
+
{"timestamp":"2026-01-01T00:55:09.856Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7249a3f-c4cd-4b5b-9116-59be7ac08a7b","type":"token_ok"},"context":{}}
|
|
1382
|
+
{"timestamp":"2026-01-01T00:55:09.856Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"60dca7f2-0aef-4932-8d55-95b57a9a814c","type":"token_ok"},"context":{}}
|
|
1383
|
+
{"timestamp":"2026-01-01T00:58:09.963Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4518c910-fccf-42b2-8dbf-cbf2d6deacfa","type":"token_ok"},"context":{}}
|
|
1384
|
+
{"timestamp":"2026-01-01T00:58:09.964Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ce2ea3f-cc82-4967-b6c6-120afb0b744b","type":"token_ok"},"context":{}}
|
|
1385
|
+
{"timestamp":"2026-01-01T01:01:10.070Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"506680fd-f61c-4fa9-b2ea-9cf8d87012ac","type":"token_ok"},"context":{}}
|
|
1386
|
+
{"timestamp":"2026-01-01T01:01:10.070Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"89608eaa-1082-49a9-b6d4-dd9c25cd6b02","type":"token_ok"},"context":{}}
|
|
1387
|
+
{"timestamp":"2026-01-01T01:04:10.162Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a8d4db02-8a31-44bb-9047-7ecfe9998542","type":"token_ok"},"context":{}}
|
|
1388
|
+
{"timestamp":"2026-01-01T01:04:10.163Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c7c83805-e1df-45df-86e9-d2cc1a4048e2","type":"token_ok"},"context":{}}
|
|
1389
|
+
{"timestamp":"2026-01-01T01:07:10.242Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"be99d73e-73c5-4b04-9734-c21143d4986f","type":"token_ok"},"context":{}}
|
|
1390
|
+
{"timestamp":"2026-01-01T01:07:10.242Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c483c587-9b34-4686-918e-50a6ac53fb27","type":"token_ok"},"context":{}}
|
|
1391
|
+
{"timestamp":"2026-01-01T01:10:10.350Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"620c2da9-d98e-432b-bd39-d7c1a20c217f","type":"token_ok"},"context":{}}
|
|
1392
|
+
{"timestamp":"2026-01-01T01:10:10.350Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a85e0b8-750b-4f60-8a7e-9bbe3b1feea5","type":"token_ok"},"context":{}}
|
|
1393
|
+
{"timestamp":"2026-01-01T01:13:10.457Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ed1de81f-f108-46b5-9722-e26c6502da6b","type":"token_ok"},"context":{}}
|
|
1394
|
+
{"timestamp":"2026-01-01T01:13:10.457Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ec01646c-9443-4c72-a192-83856e7eb365","type":"token_ok"},"context":{}}
|
|
1395
|
+
{"timestamp":"2026-01-01T01:16:10.556Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"993e81f0-98ca-4745-9238-01db95888898","type":"token_ok"},"context":{}}
|
|
1396
|
+
{"timestamp":"2026-01-01T01:16:10.557Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"071dea35-86c2-4d7a-b0df-03f2cd60a794","type":"token_ok"},"context":{}}
|
|
1397
|
+
{"timestamp":"2026-01-01T01:19:10.630Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a0680d0d-1107-469d-9180-d8ef535f2e86","type":"token_ok"},"context":{}}
|
|
1398
|
+
{"timestamp":"2026-01-01T01:19:10.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b11af6b6-a4b7-4b85-bde1-dab43b6b4776","type":"token_ok"},"context":{}}
|
|
1399
|
+
{"timestamp":"2026-01-01T01:22:10.737Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8b47e10b-153f-46d0-a024-7d3b3db31cd2","type":"token_ok"},"context":{}}
|
|
1400
|
+
{"timestamp":"2026-01-01T01:22:10.737Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3177df07-7a9f-465a-b62f-b7971a1a09ec","type":"token_ok"},"context":{}}
|
|
1401
|
+
{"timestamp":"2026-01-01T01:25:10.847Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c70617c-92be-4560-8649-38e3de5e553f","type":"token_ok"},"context":{}}
|
|
1402
|
+
{"timestamp":"2026-01-01T01:25:10.847Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"49748278-bde3-4e1b-90e6-77287b4331ba","type":"token_ok"},"context":{}}
|
|
1403
|
+
{"timestamp":"2026-01-01T01:28:10.957Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ff87d57-fcda-49eb-b2a4-84a3dda1ee95","type":"token_ok"},"context":{}}
|
|
1404
|
+
{"timestamp":"2026-01-01T01:28:10.957Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6c73dd36-3b9d-4bf0-837f-c7165d601cd8","type":"token_ok"},"context":{}}
|
|
1405
|
+
{"timestamp":"2026-01-01T01:31:11.036Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2b8cf5d9-41e0-4919-8efa-9bc0746bb0f6","type":"token_ok"},"context":{}}
|
|
1406
|
+
{"timestamp":"2026-01-01T01:31:11.036Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dbf5c7fd-8821-4ab0-a568-0db7e4dfeff0","type":"token_ok"},"context":{}}
|
|
1407
|
+
{"timestamp":"2026-01-01T01:34:11.144Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"683da8ff-17a5-44a9-9605-6ccc9cd0d056","type":"token_ok"},"context":{}}
|
|
1408
|
+
{"timestamp":"2026-01-01T01:34:11.144Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e6c4cb9d-5059-49bd-ab2c-4cce3cc3e1b1","type":"token_ok"},"context":{}}
|
|
1409
|
+
{"timestamp":"2026-01-01T01:37:11.255Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e244525c-f5ca-4741-9340-d0ec9a203c64","type":"token_ok"},"context":{}}
|
|
1410
|
+
{"timestamp":"2026-01-01T01:37:11.255Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d59dd93d-3c8c-47fd-8d7f-3ab7f8705357","type":"token_ok"},"context":{}}
|
|
1411
|
+
{"timestamp":"2026-01-01T01:40:11.362Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2cd47a3a-04fc-4f90-a609-684d814444bb","type":"token_ok"},"context":{}}
|
|
1412
|
+
{"timestamp":"2026-01-01T01:40:11.362Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"09848657-56a1-4068-9d5f-fc8a617eb8da","type":"token_ok"},"context":{}}
|
|
1413
|
+
{"timestamp":"2026-01-01T01:43:11.442Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6f2d6acf-4fae-4b3c-8242-17235571776b","type":"token_ok"},"context":{}}
|
|
1414
|
+
{"timestamp":"2026-01-01T01:43:11.442Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0aa3e3a3-30a8-4fd7-b657-3d75a47099e5","type":"token_ok"},"context":{}}
|
|
1415
|
+
{"timestamp":"2026-01-01T01:46:11.532Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"40929a39-8af6-4e9b-aa99-374a346b9cb9","type":"token_ok"},"context":{}}
|
|
1416
|
+
{"timestamp":"2026-01-01T01:46:11.533Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e978cde2-4a8f-4c01-9901-deb08a16f3d3","type":"token_ok"},"context":{}}
|
|
1417
|
+
{"timestamp":"2026-01-01T01:49:11.638Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"70afea27-776b-408c-b113-fc7ac06a5724","type":"token_ok"},"context":{}}
|
|
1418
|
+
{"timestamp":"2026-01-01T01:49:11.638Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3c280fcb-78e7-4a02-81e9-a67ff196f02c","type":"token_ok"},"context":{}}
|
|
1419
|
+
{"timestamp":"2026-01-01T01:52:11.748Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03425050-7b8a-42ac-b29f-2741d50564d3","type":"token_ok"},"context":{}}
|
|
1420
|
+
{"timestamp":"2026-01-01T01:52:11.748Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1442d5a1-ec6d-4661-bab0-b0d487407de3","type":"token_ok"},"context":{}}
|
|
1421
|
+
{"timestamp":"2026-01-01T01:55:11.834Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"baa2bf5b-bc68-4a36-850a-ea41656d669e","type":"token_ok"},"context":{}}
|
|
1422
|
+
{"timestamp":"2026-01-01T01:55:11.834Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5d418cea-5a80-407e-977a-a6ca5e833171","type":"token_ok"},"context":{}}
|
|
1423
|
+
{"timestamp":"2026-01-01T01:58:11.939Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d32f5adb-ceba-4f09-bdc6-66f524606d4c","type":"token_ok"},"context":{}}
|
|
1424
|
+
{"timestamp":"2026-01-01T01:58:11.939Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"51877771-bf91-4e86-8281-8f2bd4de1ad5","type":"token_ok"},"context":{}}
|
|
1425
|
+
{"timestamp":"2026-01-01T02:01:12.041Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"741e8226-432f-456b-a2c3-77744cf7b1eb","type":"token_ok"},"context":{}}
|
|
1426
|
+
{"timestamp":"2026-01-01T02:01:12.041Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"333e1161-6461-4e74-937d-c55b7e45d7c7","type":"token_ok"},"context":{}}
|
|
1427
|
+
{"timestamp":"2026-01-01T02:04:12.151Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f800703-e94f-4e30-bb7a-a10a59aa132a","type":"token_ok"},"context":{}}
|
|
1428
|
+
{"timestamp":"2026-01-01T02:04:12.151Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7ed3703-e656-4b6c-acbe-e9e01e6c0ef1","type":"token_ok"},"context":{}}
|
|
1429
|
+
{"timestamp":"2026-01-01T02:07:12.232Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"010f9593-4c22-48aa-a42e-a16747e58fbc","type":"token_ok"},"context":{}}
|
|
1430
|
+
{"timestamp":"2026-01-01T02:07:12.232Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08b44977-60bd-402f-97e8-d2d7147bfcf6","type":"token_ok"},"context":{}}
|
|
1431
|
+
{"timestamp":"2026-01-01T02:10:12.340Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fd9eb1d-4ae7-4dd6-94af-569dae10fe52","type":"token_ok"},"context":{}}
|
|
1432
|
+
{"timestamp":"2026-01-01T02:10:12.341Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"24637119-f558-4d23-a204-4b5d32565ba9","type":"token_ok"},"context":{}}
|
|
1433
|
+
{"timestamp":"2026-01-01T02:13:12.451Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07f2e804-fe47-4edf-ab4a-5e73bae11520","type":"token_ok"},"context":{}}
|
|
1434
|
+
{"timestamp":"2026-01-01T02:13:12.451Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d377d780-1754-4697-8df6-d53845bfa7f9","type":"token_ok"},"context":{}}
|
|
1435
|
+
{"timestamp":"2026-01-01T02:16:12.562Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e5d44d1b-fd11-4be8-ae0e-85d8f2536b73","type":"token_ok"},"context":{}}
|
|
1436
|
+
{"timestamp":"2026-01-01T02:16:12.562Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4b47cf0d-1d5f-493f-9820-1d6be8235666","type":"token_ok"},"context":{}}
|
|
1437
|
+
{"timestamp":"2026-01-01T02:19:12.639Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f3c21be0-b0cd-405e-90d7-7fca5b574936","type":"token_ok"},"context":{}}
|
|
1438
|
+
{"timestamp":"2026-01-01T02:19:12.639Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07bbe3e1-dd3d-4e1d-bfdc-a429b4e9f669","type":"token_ok"},"context":{}}
|
|
1439
|
+
{"timestamp":"2026-01-01T02:22:12.739Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a3a42d42-85ce-4cd8-a9e2-ccef915d0cf1","type":"token_ok"},"context":{}}
|
|
1440
|
+
{"timestamp":"2026-01-01T02:22:12.740Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e4e749b-f0ce-4d06-882f-b8734711417f","type":"token_ok"},"context":{}}
|
|
1441
|
+
{"timestamp":"2026-01-01T02:25:12.839Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"984706a7-29a5-4445-9d68-2c28cc671c91","type":"token_ok"},"context":{}}
|
|
1442
|
+
{"timestamp":"2026-01-01T02:25:12.839Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1484031-d9ea-47f3-bd13-221ccc1d1415","type":"token_ok"},"context":{}}
|
|
1443
|
+
{"timestamp":"2026-01-01T02:28:12.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e4b41279-9c71-4b03-828a-241e09bd442d","type":"token_ok"},"context":{}}
|
|
1444
|
+
{"timestamp":"2026-01-01T02:28:12.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9730550a-57a1-4249-9f3b-72350875f1d7","type":"token_ok"},"context":{}}
|
|
1445
|
+
{"timestamp":"2026-01-01T02:31:13.024Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aa12a1a0-c307-4e60-840b-266e2d2431c5","type":"token_ok"},"context":{}}
|
|
1446
|
+
{"timestamp":"2026-01-01T02:31:13.025Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3efb691f-aa8c-40a2-8e80-2208ef4d8df7","type":"token_ok"},"context":{}}
|
|
1447
|
+
{"timestamp":"2026-01-01T02:34:13.131Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e80255e1-98c9-4f92-aef6-6ebb9a5e2fcc","type":"token_ok"},"context":{}}
|
|
1448
|
+
{"timestamp":"2026-01-01T02:34:13.132Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"72c01e7c-c25d-4f45-a6fc-aa4799945758","type":"token_ok"},"context":{}}
|
|
1449
|
+
{"timestamp":"2026-01-01T02:37:13.240Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7603fa38-6607-469e-9425-29f662d82334","type":"token_ok"},"context":{}}
|
|
1450
|
+
{"timestamp":"2026-01-01T02:37:13.241Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"73d85fb3-a7d6-4527-9ed6-97ee0f054c17","type":"token_ok"},"context":{}}
|
|
1451
|
+
{"timestamp":"2026-01-01T02:40:13.348Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cde67e1d-1fb3-4802-89a5-e2a759006ea7","type":"token_ok"},"context":{}}
|
|
1452
|
+
{"timestamp":"2026-01-01T02:40:13.348Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a8be819f-0590-44d3-aee2-2e9d177e3e22","type":"token_ok"},"context":{}}
|
|
1453
|
+
{"timestamp":"2026-01-01T02:43:13.431Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dcd63d5d-14b4-43d4-b4ca-379db0835ed3","type":"token_ok"},"context":{}}
|
|
1454
|
+
{"timestamp":"2026-01-01T02:43:13.431Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2a026e40-2fcf-40f5-9ed7-490a13c37145","type":"token_ok"},"context":{}}
|
|
1455
|
+
{"timestamp":"2026-01-01T02:46:13.539Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e93fa3a7-d651-4d93-ace1-5400cd8b1c1d","type":"token_ok"},"context":{}}
|
|
1456
|
+
{"timestamp":"2026-01-01T02:46:13.539Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"69267b43-522b-4fe2-822d-d41b55948968","type":"token_ok"},"context":{}}
|
|
1457
|
+
{"timestamp":"2026-01-01T02:49:13.650Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7e7747d6-e56b-4d1d-9754-7fb6c0136f27","type":"token_ok"},"context":{}}
|
|
1458
|
+
{"timestamp":"2026-01-01T02:49:13.650Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03d602c0-8c98-4e24-9cc5-c272cd3a6e14","type":"token_ok"},"context":{}}
|
|
1459
|
+
{"timestamp":"2026-01-01T02:52:13.762Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"466ed67a-9403-4dde-a900-3724e78e5f6d","type":"token_ok"},"context":{}}
|
|
1460
|
+
{"timestamp":"2026-01-01T02:52:13.762Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f168e9eb-48f3-436d-854c-6dc4a5a9cef1","type":"token_ok"},"context":{}}
|
|
1461
|
+
{"timestamp":"2026-01-01T02:55:13.842Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"05ff4765-01d8-4b2c-9e54-c68a736f7982","type":"token_ok"},"context":{}}
|
|
1462
|
+
{"timestamp":"2026-01-01T02:55:13.842Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"51f5dee2-c653-4362-aa38-af6370f5a13d","type":"token_ok"},"context":{}}
|
|
1463
|
+
{"timestamp":"2026-01-01T02:58:13.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4ceea571-4bde-427d-8ce8-fb3ec75f328c","type":"token_ok"},"context":{}}
|
|
1464
|
+
{"timestamp":"2026-01-01T02:58:13.950Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b5135b89-676c-41f8-93db-3e74bc510ee7","type":"token_ok"},"context":{}}
|
|
1465
|
+
{"timestamp":"2026-01-01T03:01:14.020Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"47d7c595-2206-4602-8ba6-0e4487865814","type":"token_ok"},"context":{}}
|
|
1466
|
+
{"timestamp":"2026-01-01T03:01:14.026Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ed913da-6994-4e81-9171-fff4e40e01c8","type":"token_ok"},"context":{}}
|
|
1467
|
+
{"timestamp":"2026-01-01T03:04:14.118Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"04490814-9ab2-443d-839c-3e1761606372","type":"token_ok"},"context":{}}
|
|
1468
|
+
{"timestamp":"2026-01-01T03:04:14.118Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"29c64732-4bea-47b7-9088-32c95db17f0e","type":"token_ok"},"context":{}}
|
|
1469
|
+
{"timestamp":"2026-01-01T03:07:14.191Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"abed481e-afc7-48c9-8271-f3f4a33c3198","type":"token_ok"},"context":{}}
|
|
1470
|
+
{"timestamp":"2026-01-01T03:07:14.192Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"44dba0cf-bf38-451c-a895-457cf801f472","type":"token_ok"},"context":{}}
|
|
1471
|
+
{"timestamp":"2026-01-01T03:10:14.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07c943cd-9e12-498f-a727-03cbd484b883","type":"token_ok"},"context":{}}
|
|
1472
|
+
{"timestamp":"2026-01-01T03:10:14.299Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"098d0531-3160-4c69-ac12-b2536ee207f1","type":"token_ok"},"context":{}}
|
|
1473
|
+
{"timestamp":"2026-01-01T03:13:14.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d48ae154-952f-4be7-b286-c8bb18d8b336","type":"token_ok"},"context":{}}
|
|
1474
|
+
{"timestamp":"2026-01-01T03:13:14.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c8de6fca-54e4-40f2-a69f-ef4806bd5531","type":"token_ok"},"context":{}}
|
|
1475
|
+
{"timestamp":"2026-01-01T03:16:14.485Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"db3fa7b2-0f15-4560-a300-2b26a33661ab","type":"token_ok"},"context":{}}
|
|
1476
|
+
{"timestamp":"2026-01-01T03:16:14.485Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cad0121b-e5d7-40bd-9a9a-b5e9dce24cb6","type":"token_ok"},"context":{}}
|
|
1477
|
+
{"timestamp":"2026-01-01T03:19:14.559Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08451cc1-83fb-451f-93b3-c6ae954426eb","type":"token_ok"},"context":{}}
|
|
1478
|
+
{"timestamp":"2026-01-01T03:19:14.559Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3776e135-66c0-4c2b-9008-54765f9f2cee","type":"token_ok"},"context":{}}
|
|
1479
|
+
{"timestamp":"2026-01-01T03:22:14.665Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ad882b66-45ce-459c-8cc9-766b04d16d9c","type":"token_ok"},"context":{}}
|
|
1480
|
+
{"timestamp":"2026-01-01T03:22:14.665Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"033d6d14-e889-4c81-9b28-b09848299f23","type":"token_ok"},"context":{}}
|
|
1481
|
+
{"timestamp":"2026-01-01T03:25:14.771Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"92ff98b8-9d39-43ea-8d65-7c256b2e5cd4","type":"token_ok"},"context":{}}
|
|
1482
|
+
{"timestamp":"2026-01-01T03:25:14.771Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae0b107f-0e12-462a-8e17-7f2e12cf4ed1","type":"token_ok"},"context":{}}
|
|
1483
|
+
{"timestamp":"2026-01-01T03:28:14.883Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"329c891b-9ab7-494e-a6f3-d0065b1f0a8c","type":"token_ok"},"context":{}}
|
|
1484
|
+
{"timestamp":"2026-01-01T03:28:14.883Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5d920cab-72dd-41f0-b379-bf8a5d1422fe","type":"token_ok"},"context":{}}
|
|
1485
|
+
{"timestamp":"2026-01-01T03:31:14.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"12edfe96-c3e2-4fc7-941c-4766ab0863a5","type":"token_ok"},"context":{}}
|
|
1486
|
+
{"timestamp":"2026-01-01T03:31:14.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3613a76-e6b9-4136-bca6-63a0d4b0fb2f","type":"token_ok"},"context":{}}
|
|
1487
|
+
{"timestamp":"2026-01-01T03:34:15.072Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"77c637e9-f690-4188-b9df-0959bbefa740","type":"token_ok"},"context":{}}
|
|
1488
|
+
{"timestamp":"2026-01-01T03:34:15.072Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"346779b5-155c-4106-872d-cb0f31761272","type":"token_ok"},"context":{}}
|
|
1489
|
+
{"timestamp":"2026-01-01T03:37:15.180Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ca2dd2d7-f910-4123-ad02-e6014fdb6ea4","type":"token_ok"},"context":{}}
|
|
1490
|
+
{"timestamp":"2026-01-01T03:37:15.180Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"676473c8-2df0-4c2a-9361-434ceb93eacf","type":"token_ok"},"context":{}}
|
|
1491
|
+
{"timestamp":"2026-01-01T03:40:15.288Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f0739b1-223e-4779-b080-4bf46601f208","type":"token_ok"},"context":{}}
|
|
1492
|
+
{"timestamp":"2026-01-01T03:40:15.288Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ebe30504-7293-416e-9896-73f3a6fe2101","type":"token_ok"},"context":{}}
|
|
1493
|
+
{"timestamp":"2026-01-01T03:43:15.374Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e236a325-e670-478f-814c-fa49ef4adb95","type":"token_ok"},"context":{}}
|
|
1494
|
+
{"timestamp":"2026-01-01T03:43:15.374Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"14aa5974-44a7-4bb5-af42-d12093e81ca0","type":"token_ok"},"context":{}}
|
|
1495
|
+
{"timestamp":"2026-01-01T03:46:15.482Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cb5add4d-13b2-4a56-9c66-048ad281f74a","type":"token_ok"},"context":{}}
|
|
1496
|
+
{"timestamp":"2026-01-01T03:46:15.482Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1f492fe-9c97-4616-91cb-5bdd21c52f02","type":"token_ok"},"context":{}}
|
|
1497
|
+
{"timestamp":"2026-01-01T03:49:15.589Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a84e988b-c104-4dad-8393-0e7173e18b79","type":"token_ok"},"context":{}}
|
|
1498
|
+
{"timestamp":"2026-01-01T03:49:15.589Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d70d82f0-3f16-43d2-812c-f5a6518e9057","type":"token_ok"},"context":{}}
|
|
1499
|
+
{"timestamp":"2026-01-01T03:52:15.701Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d3b87505-4903-4869-9efd-f4c7fd7f2fc5","type":"token_ok"},"context":{}}
|
|
1500
|
+
{"timestamp":"2026-01-01T03:52:15.701Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0ac8e03e-eaec-44c7-aed8-787222d39135","type":"token_ok"},"context":{}}
|
|
1501
|
+
{"timestamp":"2026-01-01T03:55:15.786Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58e4fad9-b250-49f8-8fe6-1572bc6ac895","type":"token_ok"},"context":{}}
|
|
1502
|
+
{"timestamp":"2026-01-01T03:55:15.786Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab98c82b-d71c-4a5f-832d-f1d906269935","type":"token_ok"},"context":{}}
|
|
1503
|
+
{"timestamp":"2026-01-01T03:58:15.896Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b7c78b0d-4135-4f99-b93c-3d646a63e6c9","type":"token_ok"},"context":{}}
|
|
1504
|
+
{"timestamp":"2026-01-01T03:58:15.896Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2193388a-45e5-4c1b-aeb5-e3d53854fcfd","type":"token_ok"},"context":{}}
|
|
1505
|
+
{"timestamp":"2026-01-01T04:01:16.007Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"022bb908-e108-425d-a18d-88a95134b66c","type":"token_ok"},"context":{}}
|
|
1506
|
+
{"timestamp":"2026-01-01T04:01:16.007Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9289d21c-e7b9-4772-a9db-cd7e0b7072bf","type":"token_ok"},"context":{}}
|
|
1507
|
+
{"timestamp":"2026-01-01T04:04:16.115Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a85a5b74-881a-4975-b534-e431693b64c7","type":"token_ok"},"context":{}}
|
|
1508
|
+
{"timestamp":"2026-01-01T04:04:16.115Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"54323dd3-d8f7-4cf1-8310-f4d0c9b1ac41","type":"token_ok"},"context":{}}
|
|
1509
|
+
{"timestamp":"2026-01-01T04:07:16.193Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"38861e93-ae79-4ac3-b5be-417e351c66c4","type":"token_ok"},"context":{}}
|
|
1510
|
+
{"timestamp":"2026-01-01T04:07:16.193Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"633b206a-62b5-407e-81fc-2f8e668729a9","type":"token_ok"},"context":{}}
|
|
1511
|
+
{"timestamp":"2026-01-01T04:10:16.300Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"15319c0b-2a63-42f2-95c8-842b7bc42e18","type":"token_ok"},"context":{}}
|
|
1512
|
+
{"timestamp":"2026-01-01T04:10:16.300Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8879d198-0d32-486c-91f4-6009ec3e02db","type":"token_ok"},"context":{}}
|
|
1513
|
+
{"timestamp":"2026-01-01T04:13:16.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"332d4e25-9473-4df1-a11c-34e427b6aa91","type":"token_ok"},"context":{}}
|
|
1514
|
+
{"timestamp":"2026-01-01T04:13:16.402Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c616e7c0-b583-4b53-a6bd-107f3b428413","type":"token_ok"},"context":{}}
|
|
1515
|
+
{"timestamp":"2026-01-01T04:16:16.511Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3e90496c-fd1a-4b37-b831-c4fad7ae02fe","type":"token_ok"},"context":{}}
|
|
1516
|
+
{"timestamp":"2026-01-01T04:16:16.511Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a87388c6-da12-4cdd-8b06-72ff85bd7112","type":"token_ok"},"context":{}}
|
|
1517
|
+
{"timestamp":"2026-01-01T04:19:16.583Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"35636327-b242-46b1-b874-7500535862d3","type":"token_ok"},"context":{}}
|
|
1518
|
+
{"timestamp":"2026-01-01T04:19:16.583Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8910b4c2-db02-485a-937e-665b232a35da","type":"token_ok"},"context":{}}
|
|
1519
|
+
{"timestamp":"2026-01-01T04:22:16.688Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"45d25278-591c-487a-a82c-171981ed1a73","type":"token_ok"},"context":{}}
|
|
1520
|
+
{"timestamp":"2026-01-01T04:22:16.688Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"387a929e-9947-44c9-a54e-ac4a9125b1d7","type":"token_ok"},"context":{}}
|
|
1521
|
+
{"timestamp":"2026-01-01T04:25:16.794Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"550ccd1e-7b07-4abd-a8b4-623b59f8077f","type":"token_ok"},"context":{}}
|
|
1522
|
+
{"timestamp":"2026-01-01T04:25:16.794Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"85be7e64-20df-4ef8-bb85-ec075366815a","type":"token_ok"},"context":{}}
|
|
1523
|
+
{"timestamp":"2026-01-01T04:28:16.901Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"beeaa242-b457-4bf4-996a-4892431f0b07","type":"token_ok"},"context":{}}
|
|
1524
|
+
{"timestamp":"2026-01-01T04:28:16.902Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"82330b61-7840-4f33-beed-bf2034a55a83","type":"token_ok"},"context":{}}
|
|
1525
|
+
{"timestamp":"2026-01-01T04:31:16.981Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b8a68130-c9fe-4835-99ee-c89e2dfc126f","type":"token_ok"},"context":{}}
|
|
1526
|
+
{"timestamp":"2026-01-01T04:31:16.981Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f92bf499-8125-4ca7-a240-6ecdc189487f","type":"token_ok"},"context":{}}
|
|
1527
|
+
{"timestamp":"2026-01-01T04:34:17.086Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"72b28a39-9c16-415a-8fca-8e79262e018c","type":"token_ok"},"context":{}}
|
|
1528
|
+
{"timestamp":"2026-01-01T04:34:17.087Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3f99fa33-69fa-48fc-8c34-3d5bbf58786d","type":"token_ok"},"context":{}}
|
|
1529
|
+
{"timestamp":"2026-01-01T04:37:17.193Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bed9ff87-deaa-467e-8997-a7764683adfc","type":"token_ok"},"context":{}}
|
|
1530
|
+
{"timestamp":"2026-01-01T04:37:17.193Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cd81392a-daca-4382-b8a8-9fb643f00754","type":"token_ok"},"context":{}}
|
|
1531
|
+
{"timestamp":"2026-01-01T04:40:17.297Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"03113caa-34d7-46db-b4c7-cb191b96cc86","type":"token_ok"},"context":{}}
|
|
1532
|
+
{"timestamp":"2026-01-01T04:40:17.298Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3322ea71-b5e8-43cf-8094-092f1819086d","type":"token_ok"},"context":{}}
|
|
1533
|
+
{"timestamp":"2026-01-01T04:43:17.373Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3e3790fd-e791-491c-8ae4-37b338514cfc","type":"token_ok"},"context":{}}
|
|
1534
|
+
{"timestamp":"2026-01-01T04:43:17.374Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"eb80d230-155e-4365-ac45-a0a870c2a18b","type":"token_ok"},"context":{}}
|
|
1535
|
+
{"timestamp":"2026-01-01T04:46:17.479Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6e1c7141-400f-431d-a927-6a4b6e873153","type":"token_ok"},"context":{}}
|
|
1536
|
+
{"timestamp":"2026-01-01T04:46:17.480Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8973b72e-6e42-438e-87f0-d113a9e55451","type":"token_ok"},"context":{}}
|
|
1537
|
+
{"timestamp":"2026-01-01T04:49:17.597Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7bb53f6e-3df1-49da-9f29-958c24f2a6eb","type":"token_ok"},"context":{}}
|
|
1538
|
+
{"timestamp":"2026-01-01T04:49:17.597Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ae7b6f3-c551-40da-9e4b-93b9f3587d44","type":"token_ok"},"context":{}}
|
|
1539
|
+
{"timestamp":"2026-01-01T04:52:17.705Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2f9af23a-dd19-45ef-a075-48aa6b3fa140","type":"token_ok"},"context":{}}
|
|
1540
|
+
{"timestamp":"2026-01-01T04:52:17.705Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"59ab31bd-6bf1-4eae-8d2e-f833f28b9445","type":"token_ok"},"context":{}}
|
|
1541
|
+
{"timestamp":"2026-01-01T04:55:17.782Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aa9d48e7-ada7-4140-a868-a8d3526ccfe7","type":"token_ok"},"context":{}}
|
|
1542
|
+
{"timestamp":"2026-01-01T04:55:17.782Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"17d1c5f9-e65f-4198-9b7f-39cfcee4fc77","type":"token_ok"},"context":{}}
|
|
1543
|
+
{"timestamp":"2026-01-01T04:58:17.890Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5608ce54-3f3d-4d14-af7c-da63db9e64a0","type":"token_ok"},"context":{}}
|
|
1544
|
+
{"timestamp":"2026-01-01T04:58:17.890Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2e3eb9ef-1487-4237-8323-3a22d58ea7db","type":"token_ok"},"context":{}}
|
|
1545
|
+
{"timestamp":"2026-01-01T05:01:17.996Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff51e22b-7d28-4ca4-9077-8488c19e1cdb","type":"token_ok"},"context":{}}
|
|
1546
|
+
{"timestamp":"2026-01-01T05:01:17.998Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"64c62103-b97d-4b3b-93a4-beabb3b71f5b","type":"token_ok"},"context":{}}
|
|
1547
|
+
{"timestamp":"2026-01-01T05:04:18.104Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c5ebe23-1919-4bd9-8929-b98b9d02251a","type":"token_ok"},"context":{}}
|
|
1548
|
+
{"timestamp":"2026-01-01T05:04:18.104Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e3b3d48f-2862-4b52-b3c0-9bbac675003b","type":"token_ok"},"context":{}}
|
|
1549
|
+
{"timestamp":"2026-01-01T05:07:18.184Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"50b54a79-513a-4156-8589-3d2b1bfe7588","type":"token_ok"},"context":{}}
|
|
1550
|
+
{"timestamp":"2026-01-01T05:07:18.184Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0590374b-d4cf-4e5b-9290-1403bc8bb612","type":"token_ok"},"context":{}}
|
|
1551
|
+
{"timestamp":"2026-01-01T05:10:18.289Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d40846c0-ebe4-4723-8c5e-89717755db7f","type":"token_ok"},"context":{}}
|
|
1552
|
+
{"timestamp":"2026-01-01T05:10:18.290Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84f748fd-58dd-45d3-8eb7-4fa82b982a29","type":"token_ok"},"context":{}}
|
|
1553
|
+
{"timestamp":"2026-01-01T05:13:18.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e9e7d1d1-fb88-4065-b56d-b5dc21ce1967","type":"token_ok"},"context":{}}
|
|
1554
|
+
{"timestamp":"2026-01-01T05:13:18.401Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6a8464ad-f644-4872-925a-cc380a579bc2","type":"token_ok"},"context":{}}
|
|
1555
|
+
{"timestamp":"2026-01-01T05:16:18.509Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6a5c7a17-005a-4ed0-8248-f6f78e8043a1","type":"token_ok"},"context":{}}
|
|
1556
|
+
{"timestamp":"2026-01-01T05:16:18.509Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ba937ce6-d784-4892-bbdc-121f8ff274a4","type":"token_ok"},"context":{}}
|
|
1557
|
+
{"timestamp":"2026-01-01T05:19:18.588Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0e6db8ae-cf7d-4928-a354-7cde9567543e","type":"token_ok"},"context":{}}
|
|
1558
|
+
{"timestamp":"2026-01-01T05:19:18.588Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b19603c9-325c-4c7c-949f-760852e417f4","type":"token_ok"},"context":{}}
|
|
1559
|
+
{"timestamp":"2026-01-01T05:22:18.695Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ed9e5b84-5758-488a-9637-d11d2bdae82f","type":"token_ok"},"context":{}}
|
|
1560
|
+
{"timestamp":"2026-01-01T05:22:18.698Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4041268a-cf86-489d-8a10-e01dd4c5f412","type":"token_ok"},"context":{}}
|
|
1561
|
+
{"timestamp":"2026-01-01T05:25:18.784Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4ad6850f-be0a-45ac-bb72-aa67282d1efd","type":"token_ok"},"context":{}}
|
|
1562
|
+
{"timestamp":"2026-01-01T05:25:18.784Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"95a80e10-3946-44a9-ad45-81a88b438887","type":"token_ok"},"context":{}}
|
|
1563
|
+
{"timestamp":"2026-01-01T05:28:18.889Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1f19da01-6282-4acd-b503-d9f1163c2e23","type":"token_ok"},"context":{}}
|
|
1564
|
+
{"timestamp":"2026-01-01T05:28:18.890Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"13fb0f07-a247-49af-bd94-41157f308600","type":"token_ok"},"context":{}}
|
|
1565
|
+
{"timestamp":"2026-01-01T05:31:18.959Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5464cc66-880d-4081-8a74-430fa61b51a9","type":"token_ok"},"context":{}}
|
|
1566
|
+
{"timestamp":"2026-01-01T05:31:18.965Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"60acd533-2127-437e-8a04-2aee41877f8e","type":"token_ok"},"context":{}}
|
|
1567
|
+
{"timestamp":"2026-01-01T05:34:19.065Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"42378052-f13e-46b7-8ab9-da78ef2a7f06","type":"token_ok"},"context":{}}
|
|
1568
|
+
{"timestamp":"2026-01-01T05:34:19.065Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8c3ff3a7-4e8d-428e-9e77-d98cf091de42","type":"token_ok"},"context":{}}
|
|
1569
|
+
{"timestamp":"2026-01-01T05:37:19.164Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4f2d8787-0763-4e75-9844-a76da13da4b3","type":"token_ok"},"context":{}}
|
|
1570
|
+
{"timestamp":"2026-01-01T05:37:19.164Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cce0d0e0-cb88-4285-ac55-b0ac12cf810a","type":"token_ok"},"context":{}}
|
|
1571
|
+
{"timestamp":"2026-01-01T05:40:19.271Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fd2d70fa-1db0-48db-a925-3b2691c97349","type":"token_ok"},"context":{}}
|
|
1572
|
+
{"timestamp":"2026-01-01T05:40:19.272Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab5a56e3-e7ca-4f8e-9dbb-887a49bee674","type":"token_ok"},"context":{}}
|
|
1573
|
+
{"timestamp":"2026-01-01T05:43:19.351Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"49adc231-d92a-4d1e-8f66-407c7e5a5c89","type":"token_ok"},"context":{}}
|
|
1574
|
+
{"timestamp":"2026-01-01T05:43:19.351Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0ecc62e6-c809-424e-b022-fb6747a026da","type":"token_ok"},"context":{}}
|
|
1575
|
+
{"timestamp":"2026-01-01T05:46:19.458Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5792f9a3-e10c-4797-b887-3a2694ab4dd6","type":"token_ok"},"context":{}}
|
|
1576
|
+
{"timestamp":"2026-01-01T05:46:19.459Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fdf75180-505a-48d0-bec4-537523bf4757","type":"token_ok"},"context":{}}
|
|
1577
|
+
{"timestamp":"2026-01-01T05:49:19.568Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9ed5f92a-4d38-403a-b1dc-50a19e38dda0","type":"token_ok"},"context":{}}
|
|
1578
|
+
{"timestamp":"2026-01-01T05:49:19.568Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ae65aa23-5cbf-475d-b860-0d72e510041c","type":"token_ok"},"context":{}}
|
|
1579
|
+
{"timestamp":"2026-01-01T05:52:19.660Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"560c8e15-ea1c-4eb9-aa6b-32d699e04e57","type":"token_ok"},"context":{}}
|
|
1580
|
+
{"timestamp":"2026-01-01T05:52:19.661Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5f7175e7-5dfa-49f4-9e1f-7eddb000d8c3","type":"token_ok"},"context":{}}
|
|
1581
|
+
{"timestamp":"2026-01-01T05:55:19.733Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"97628230-0548-4c03-8515-726b367f9929","type":"token_ok"},"context":{}}
|
|
1582
|
+
{"timestamp":"2026-01-01T05:55:19.733Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"60c68ec9-86d3-49c8-b333-e1c3cdc3fe92","type":"token_ok"},"context":{}}
|
|
1583
|
+
{"timestamp":"2026-01-01T05:58:19.841Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5b387103-2064-4fc3-a6ca-a6cd59ce4eaa","type":"token_ok"},"context":{}}
|
|
1584
|
+
{"timestamp":"2026-01-01T05:58:19.841Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"11d9e45c-b9f3-4edc-a76b-bede3b1bf798","type":"token_ok"},"context":{}}
|
|
1585
|
+
{"timestamp":"2026-01-01T06:01:19.948Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ca5e6d33-9d5f-4d72-b1ea-159ffbe2e839","type":"token_ok"},"context":{}}
|
|
1586
|
+
{"timestamp":"2026-01-01T06:01:19.949Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1332aa2c-014c-491e-b6b6-0493739320bb","type":"token_ok"},"context":{}}
|
|
1587
|
+
{"timestamp":"2026-01-01T06:04:20.047Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0df2723f-3f13-402e-b016-d85bc8ecd98c","type":"token_ok"},"context":{}}
|
|
1588
|
+
{"timestamp":"2026-01-01T06:04:20.047Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"531044b6-f861-4057-9612-fec854557008","type":"token_ok"},"context":{}}
|
|
1589
|
+
{"timestamp":"2026-01-01T06:07:20.121Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b5440432-cb3a-49eb-bf91-f2fd94e11192","type":"token_ok"},"context":{}}
|
|
1590
|
+
{"timestamp":"2026-01-01T06:07:20.121Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cd624886-f6c0-49bd-900b-468456d24306","type":"token_ok"},"context":{}}
|
|
1591
|
+
{"timestamp":"2026-01-01T06:10:20.230Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2e13f358-8b69-4c47-89aa-c9fdb15b92d1","type":"token_ok"},"context":{}}
|
|
1592
|
+
{"timestamp":"2026-01-01T06:10:20.230Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d30ccb99-64f3-47b6-8c9a-17ad0a219784","type":"token_ok"},"context":{}}
|
|
1593
|
+
{"timestamp":"2026-01-01T06:13:20.336Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"229d09df-51fc-4941-b43d-ad6aaef2e4a6","type":"token_ok"},"context":{}}
|
|
1594
|
+
{"timestamp":"2026-01-01T06:13:20.336Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9889bfa1-9390-4d9f-b507-2beac3cc7a19","type":"token_ok"},"context":{}}
|
|
1595
|
+
{"timestamp":"2026-01-01T06:16:20.447Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0c185886-7941-43b7-9689-d7458a5a71f7","type":"token_ok"},"context":{}}
|
|
1596
|
+
{"timestamp":"2026-01-01T06:16:20.447Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6003da3c-cf8b-4f32-accc-536aecd0d325","type":"token_ok"},"context":{}}
|
|
1597
|
+
{"timestamp":"2026-01-01T06:19:20.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"469413c2-971b-4970-b259-baa6103b1bdb","type":"token_ok"},"context":{}}
|
|
1598
|
+
{"timestamp":"2026-01-01T06:19:20.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a0475f94-fc97-4169-ae94-06663c3016b7","type":"token_ok"},"context":{}}
|
|
1599
|
+
{"timestamp":"2026-01-01T06:22:20.630Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"611e1154-e91c-460a-9e6c-f0b388aad2d4","type":"token_ok"},"context":{}}
|
|
1600
|
+
{"timestamp":"2026-01-01T06:22:20.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4e99c080-de8b-4044-973e-02e5970c67f8","type":"token_ok"},"context":{}}
|
|
1601
|
+
{"timestamp":"2026-01-01T06:25:20.738Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07922a76-fd9e-43a7-8b76-011aba7c677b","type":"token_ok"},"context":{}}
|
|
1602
|
+
{"timestamp":"2026-01-01T06:25:20.738Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7fa39e8-43ce-4c00-abe6-e4ca591634cf","type":"token_ok"},"context":{}}
|
|
1603
|
+
{"timestamp":"2026-01-01T06:28:20.848Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2464ceca-f842-4dc6-8e81-7044a279fe20","type":"token_ok"},"context":{}}
|
|
1604
|
+
{"timestamp":"2026-01-01T06:28:20.848Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8ae6e26a-521e-4802-8174-1071ef67f661","type":"token_ok"},"context":{}}
|
|
1605
|
+
{"timestamp":"2026-01-01T06:31:20.922Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"31f8a8ff-e4a6-452b-b76a-887020c4555b","type":"token_ok"},"context":{}}
|
|
1606
|
+
{"timestamp":"2026-01-01T06:31:20.922Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"987104f8-922e-4771-92ad-d52e5454bc5d","type":"token_ok"},"context":{}}
|
|
1607
|
+
{"timestamp":"2026-01-01T06:34:21.029Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4ac4009e-000b-49c8-aa44-dfe070e7da93","type":"token_ok"},"context":{}}
|
|
1608
|
+
{"timestamp":"2026-01-01T06:34:21.030Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"103a5842-457a-4eb3-a5da-a3302428c0a0","type":"token_ok"},"context":{}}
|
|
1609
|
+
{"timestamp":"2026-01-01T06:37:21.141Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"85b48493-82ae-456c-af0d-4738367e27ae","type":"token_ok"},"context":{}}
|
|
1610
|
+
{"timestamp":"2026-01-01T06:37:21.141Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8ff48fbd-287b-4aed-865d-e40f6f794aae","type":"token_ok"},"context":{}}
|
|
1611
|
+
{"timestamp":"2026-01-01T06:40:21.252Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4fcacb76-9083-44b3-b9f0-32196f87afc3","type":"token_ok"},"context":{}}
|
|
1612
|
+
{"timestamp":"2026-01-01T06:40:21.252Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1d89073d-5fac-4e41-b190-aa447ba69797","type":"token_ok"},"context":{}}
|
|
1613
|
+
{"timestamp":"2026-01-01T06:43:21.328Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a49e86b-4f37-4e2e-94d8-0f42f0207704","type":"token_ok"},"context":{}}
|
|
1614
|
+
{"timestamp":"2026-01-01T06:43:21.328Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8d4c1d2b-375d-43b8-b689-357a713c7a1d","type":"token_ok"},"context":{}}
|
|
1615
|
+
{"timestamp":"2026-01-01T06:46:21.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6956fdaf-d7b7-41a5-9ad6-f9ce759dd351","type":"token_ok"},"context":{}}
|
|
1616
|
+
{"timestamp":"2026-01-01T06:46:21.435Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2dc21bef-2fe7-4ea2-a157-9e159c385856","type":"token_ok"},"context":{}}
|
|
1617
|
+
{"timestamp":"2026-01-01T06:49:21.546Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2d964374-5ca0-4e3a-8487-4bc605a28736","type":"token_ok"},"context":{}}
|
|
1618
|
+
{"timestamp":"2026-01-01T06:49:21.546Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08416da4-853e-4a77-8157-8fa93f9bf72b","type":"token_ok"},"context":{}}
|
|
1619
|
+
{"timestamp":"2026-01-01T06:52:21.649Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"112e2510-9af8-4954-bd8b-bd2590e81ea9","type":"token_ok"},"context":{}}
|
|
1620
|
+
{"timestamp":"2026-01-01T06:52:21.650Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"52b26835-91f8-4b71-927f-4ac3c777fb92","type":"token_ok"},"context":{}}
|
|
1621
|
+
{"timestamp":"2026-01-01T06:55:21.728Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0d81f47b-6fd1-46b4-83de-52549cce4f2d","type":"token_ok"},"context":{}}
|
|
1622
|
+
{"timestamp":"2026-01-01T06:55:21.728Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1d51d0a0-eee9-4f7d-9e01-b84306c0bc0d","type":"token_ok"},"context":{}}
|
|
1623
|
+
{"timestamp":"2026-01-01T06:58:21.833Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"05991aa8-5c0e-4ec7-96d8-0cc0e0280377","type":"token_ok"},"context":{}}
|
|
1624
|
+
{"timestamp":"2026-01-01T06:58:21.834Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ef7b6268-d8d2-48f3-a961-cc55c81ce03b","type":"token_ok"},"context":{}}
|
|
1625
|
+
{"timestamp":"2026-01-01T07:01:21.938Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"00fc5cfb-ddd6-44a2-869a-3f337fd80f84","type":"token_ok"},"context":{}}
|
|
1626
|
+
{"timestamp":"2026-01-01T07:01:21.939Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"971c702c-667c-4611-b56c-819a731645a4","type":"token_ok"},"context":{}}
|
|
1627
|
+
{"timestamp":"2026-01-01T07:04:22.044Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c8711c8-c4c7-4c5b-8467-4709de0da4ff","type":"token_ok"},"context":{}}
|
|
1628
|
+
{"timestamp":"2026-01-01T07:04:22.044Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0ba8199c-4d6b-4fa9-a92c-402faf9bcb41","type":"token_ok"},"context":{}}
|
|
1629
|
+
{"timestamp":"2026-01-01T07:07:22.123Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e961c6e1-79d2-4c0d-88e3-0b98c69578fe","type":"token_ok"},"context":{}}
|
|
1630
|
+
{"timestamp":"2026-01-01T07:07:22.123Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7cf1daa6-f822-4a6b-94df-0286fedabdb0","type":"token_ok"},"context":{}}
|
|
1631
|
+
{"timestamp":"2026-01-01T07:10:22.231Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"deae1353-4e4a-4b2a-a63b-7cd50b955e68","type":"token_ok"},"context":{}}
|
|
1632
|
+
{"timestamp":"2026-01-01T07:10:22.232Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b1322afb-caed-4d3f-922e-41cc824cd796","type":"token_ok"},"context":{}}
|
|
1633
|
+
{"timestamp":"2026-01-01T07:13:22.338Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c27cc50a-7c6c-4930-980e-afb82d8df299","type":"token_ok"},"context":{}}
|
|
1634
|
+
{"timestamp":"2026-01-01T07:13:22.338Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"23935b58-2602-4a32-991b-581405d6086c","type":"token_ok"},"context":{}}
|
|
1635
|
+
{"timestamp":"2026-01-01T07:16:22.432Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8556d7e7-9c33-4a4a-beb9-64ec40698241","type":"token_ok"},"context":{}}
|
|
1636
|
+
{"timestamp":"2026-01-01T07:16:22.432Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9101dcaf-e02d-424a-aa64-7f9cde96ed53","type":"token_ok"},"context":{}}
|
|
1637
|
+
{"timestamp":"2026-01-01T07:19:22.506Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b9a04007-e395-47d9-816f-04ac7885a006","type":"token_ok"},"context":{}}
|
|
1638
|
+
{"timestamp":"2026-01-01T07:19:22.506Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"70faa222-f013-49db-b554-1c009e817fa0","type":"token_ok"},"context":{}}
|
|
1639
|
+
{"timestamp":"2026-01-01T07:22:22.615Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dccdc166-1f14-42ef-a4ea-64e2761eedb0","type":"token_ok"},"context":{}}
|
|
1640
|
+
{"timestamp":"2026-01-01T07:22:22.616Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58f37c59-d92b-42ae-b0f3-e0598e3d29df","type":"token_ok"},"context":{}}
|
|
1641
|
+
{"timestamp":"2026-01-01T07:25:22.721Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9552b812-4d92-463d-9fbc-d494cfcb2337","type":"token_ok"},"context":{}}
|
|
1642
|
+
{"timestamp":"2026-01-01T07:25:22.723Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f9d9cdc8-dc49-4d18-9bfa-ca8fc76d1180","type":"token_ok"},"context":{}}
|
|
1643
|
+
{"timestamp":"2026-01-01T07:28:22.830Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2031c592-c383-49b5-b258-422ed233b71e","type":"token_ok"},"context":{}}
|
|
1644
|
+
{"timestamp":"2026-01-01T07:28:22.830Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"859edce9-90c7-459b-9244-c51a7a162637","type":"token_ok"},"context":{}}
|
|
1645
|
+
{"timestamp":"2026-01-01T07:31:22.916Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3da7475a-c190-4946-b976-60410bfa9701","type":"token_ok"},"context":{}}
|
|
1646
|
+
{"timestamp":"2026-01-01T07:31:22.916Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5ac6545a-f138-422a-9653-9d81c5f7905c","type":"token_ok"},"context":{}}
|
|
1647
|
+
{"timestamp":"2026-01-01T07:34:22.990Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"47402c6d-6ab3-48a0-8249-54413217f877","type":"token_ok"},"context":{}}
|
|
1648
|
+
{"timestamp":"2026-01-01T07:34:22.990Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"834e77d1-8a0c-4aa4-ad3b-230cd72ae162","type":"token_ok"},"context":{}}
|
|
1649
|
+
{"timestamp":"2026-01-01T07:37:23.060Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"48b18517-f6b8-43de-bb71-32d212bd98d7","type":"token_ok"},"context":{}}
|
|
1650
|
+
{"timestamp":"2026-01-01T07:37:23.060Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e1a3bc4e-0c98-4ddd-b1bf-17b1821dab77","type":"token_ok"},"context":{}}
|
|
1651
|
+
{"timestamp":"2026-01-01T07:40:23.131Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b313e9bb-68ba-4556-99ff-fe49613301ba","type":"token_ok"},"context":{}}
|
|
1652
|
+
{"timestamp":"2026-01-01T07:40:23.135Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4ecc69d1-85c8-44de-9d0e-742ab5cfbee6","type":"token_ok"},"context":{}}
|
|
1653
|
+
{"timestamp":"2026-01-01T07:43:23.199Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e57b4b01-6793-4601-b8da-b46b0cc6dbbd","type":"token_ok"},"context":{}}
|
|
1654
|
+
{"timestamp":"2026-01-01T07:43:23.199Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cc310a8a-33a0-482f-baf9-f10119cac6bf","type":"token_ok"},"context":{}}
|
|
1655
|
+
{"timestamp":"2026-01-01T07:46:23.302Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e110787-ecde-458f-870a-d771af9c9085","type":"token_ok"},"context":{}}
|
|
1656
|
+
{"timestamp":"2026-01-01T07:46:23.302Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"2454eeb8-2434-4f43-a3c7-592b0ad38fc5","type":"token_ok"},"context":{}}
|
|
1657
|
+
{"timestamp":"2026-01-01T07:49:23.412Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f66b1efc-b6c4-46d3-9ad0-cbc62d91854f","type":"token_ok"},"context":{}}
|
|
1658
|
+
{"timestamp":"2026-01-01T07:49:23.412Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b338fd88-0901-430b-8813-b009af607e00","type":"token_ok"},"context":{}}
|
|
1659
|
+
{"timestamp":"2026-01-01T07:52:23.492Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"734de0ca-4fec-4e3d-b0a5-f92f0f29e69f","type":"token_ok"},"context":{}}
|
|
1660
|
+
{"timestamp":"2026-01-01T07:52:23.492Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"141584a1-f22c-4438-afc6-73c41bc090ac","type":"token_ok"},"context":{}}
|
|
1661
|
+
{"timestamp":"2026-01-01T07:55:23.571Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"378621ec-3730-4a4b-86b7-ede32ea68b0b","type":"token_ok"},"context":{}}
|
|
1662
|
+
{"timestamp":"2026-01-01T07:55:23.572Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1351bdc9-89fa-48c1-bbf3-f141d1639f73","type":"token_ok"},"context":{}}
|
|
1663
|
+
{"timestamp":"2026-01-01T07:58:23.671Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a2396bfd-1262-464e-9dd9-98391843c54b","type":"token_ok"},"context":{}}
|
|
1664
|
+
{"timestamp":"2026-01-01T07:58:23.673Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7930890-7150-495a-951d-f8c1390eec06","type":"token_ok"},"context":{}}
|
|
1665
|
+
{"timestamp":"2026-01-01T08:01:23.743Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"69f0b325-6e31-4979-a5c8-2aec96b24811","type":"token_ok"},"context":{}}
|
|
1666
|
+
{"timestamp":"2026-01-01T08:01:23.743Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"26fa8749-2872-4c44-8b72-502d7476aaa6","type":"token_ok"},"context":{}}
|
|
1667
|
+
{"timestamp":"2026-01-01T08:04:23.824Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"37687c16-6bdb-4f83-88bd-322d83c12a3f","type":"token_ok"},"context":{}}
|
|
1668
|
+
{"timestamp":"2026-01-01T08:04:23.825Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c6b0b447-f0b4-4205-a262-9b2062e5cb7d","type":"token_ok"},"context":{}}
|
|
1669
|
+
{"timestamp":"2026-01-01T08:07:23.906Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"12072948-7976-48cb-b687-66eee170e5e4","type":"token_ok"},"context":{}}
|
|
1670
|
+
{"timestamp":"2026-01-01T08:07:23.906Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"26ca06fc-9854-459d-861a-ecc578f0597d","type":"token_ok"},"context":{}}
|
|
1671
|
+
{"timestamp":"2026-01-01T08:10:24.006Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9e598081-af80-46af-bd75-62b6deb08489","type":"token_ok"},"context":{}}
|
|
1672
|
+
{"timestamp":"2026-01-01T08:10:24.010Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0bebf7de-0104-4971-b1e4-4f928b0e2e76","type":"token_ok"},"context":{}}
|
|
1673
|
+
{"timestamp":"2026-01-01T08:13:24.116Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"681886e0-f166-4efa-ba76-602da8605064","type":"token_ok"},"context":{}}
|
|
1674
|
+
{"timestamp":"2026-01-01T08:13:24.116Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f3f49ac6-85dd-4c38-ae31-66cbc11d5e5b","type":"token_ok"},"context":{}}
|
|
1675
|
+
{"timestamp":"2026-01-01T08:16:24.226Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e999ffbf-7a55-4f11-aeea-1b9a51ad45bc","type":"token_ok"},"context":{}}
|
|
1676
|
+
{"timestamp":"2026-01-01T08:16:24.226Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1f9d0a98-8e1a-4b5f-a3ed-ba434944d129","type":"token_ok"},"context":{}}
|
|
1677
|
+
{"timestamp":"2026-01-01T08:19:24.310Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"20838acf-ef87-4b55-a898-1029499f5804","type":"token_ok"},"context":{}}
|
|
1678
|
+
{"timestamp":"2026-01-01T08:19:24.325Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e1b6714-8132-4446-ad66-6b3ad2269da0","type":"token_ok"},"context":{}}
|
|
1679
|
+
{"timestamp":"2026-01-01T08:22:24.416Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e2f40483-b9d1-41f5-b217-2c8a41bf5cd1","type":"token_ok"},"context":{}}
|
|
1680
|
+
{"timestamp":"2026-01-01T08:22:24.419Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f713c191-eece-47fe-a757-fc4a3f9c6119","type":"token_ok"},"context":{}}
|
|
1681
|
+
{"timestamp":"2026-01-01T08:25:24.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"34f86d8a-414a-4690-a192-3a64fdd0426b","type":"token_ok"},"context":{}}
|
|
1682
|
+
{"timestamp":"2026-01-01T08:25:24.523Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"23ddb555-7324-4bf6-b2a5-79c4e1fc8aa0","type":"token_ok"},"context":{}}
|
|
1683
|
+
{"timestamp":"2026-01-01T08:28:24.621Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"50a18296-0741-4e21-a1d0-6dee86eed3b4","type":"token_ok"},"context":{}}
|
|
1684
|
+
{"timestamp":"2026-01-01T08:28:24.621Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9abad842-8035-4a95-a6ce-1292d1e8b9cb","type":"token_ok"},"context":{}}
|
|
1685
|
+
{"timestamp":"2026-01-01T08:31:24.689Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"236c2453-b248-4f54-ab63-2ad25e2a6296","type":"token_ok"},"context":{}}
|
|
1686
|
+
{"timestamp":"2026-01-01T08:31:24.697Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"93c4c4e8-1fe1-406d-aef2-11b8f9e71f76","type":"token_ok"},"context":{}}
|
|
1687
|
+
{"timestamp":"2026-01-01T08:34:24.796Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ac061d1e-fc5f-4392-888d-37458bf36af6","type":"token_ok"},"context":{}}
|
|
1688
|
+
{"timestamp":"2026-01-01T08:34:24.796Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b099bcf7-239e-49ee-9a5c-fa305b605816","type":"token_ok"},"context":{}}
|
|
1689
|
+
{"timestamp":"2026-01-01T08:37:24.903Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"edf26dd9-683d-4ca7-a451-171665b3ff5c","type":"token_ok"},"context":{}}
|
|
1690
|
+
{"timestamp":"2026-01-01T08:37:24.903Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4c8ccb95-48d4-4098-95a6-c1b1a1793f4e","type":"token_ok"},"context":{}}
|
|
1691
|
+
{"timestamp":"2026-01-01T08:40:25.008Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"aab692dc-4631-4c6b-9ba3-189a5d4ec294","type":"token_ok"},"context":{}}
|
|
1692
|
+
{"timestamp":"2026-01-01T08:40:25.008Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"e18002b7-5b2d-4170-86a5-b44ca911f38b","type":"token_ok"},"context":{}}
|
|
1693
|
+
{"timestamp":"2026-01-01T08:43:25.079Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b5ad0f6-a2f9-42b6-aaca-2a057376c7f5","type":"token_ok"},"context":{}}
|
|
1694
|
+
{"timestamp":"2026-01-01T08:43:25.079Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"58c0db2b-e37a-4f16-9251-8d754e33f902","type":"token_ok"},"context":{}}
|
|
1695
|
+
{"timestamp":"2026-01-01T08:46:25.186Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5ca5bc87-5234-4c94-b9a1-c7e45b34c637","type":"token_ok"},"context":{}}
|
|
1696
|
+
{"timestamp":"2026-01-01T08:46:25.186Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07ab649c-510a-4738-bab0-b675c4ae7d84","type":"token_ok"},"context":{}}
|
|
1697
|
+
{"timestamp":"2026-01-01T08:49:25.297Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ab0d0f24-ca40-495e-8fac-ff7d40f17fb4","type":"token_ok"},"context":{}}
|
|
1698
|
+
{"timestamp":"2026-01-01T08:49:25.297Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cfc3f612-336f-446c-912e-5d53933f257e","type":"token_ok"},"context":{}}
|
|
1699
|
+
{"timestamp":"2026-01-01T08:52:25.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1b83f9e1-d5fb-4aa0-a4bf-10504c377cad","type":"token_ok"},"context":{}}
|
|
1700
|
+
{"timestamp":"2026-01-01T08:52:25.404Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7418851c-22e2-4fbd-85fc-212953102560","type":"token_ok"},"context":{}}
|
|
1701
|
+
{"timestamp":"2026-01-01T08:55:25.478Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"73988956-4c43-4b35-8724-416a9fc9110b","type":"token_ok"},"context":{}}
|
|
1702
|
+
{"timestamp":"2026-01-01T08:55:25.478Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ef8322c4-3133-4dc3-bda4-c3941d4ed385","type":"token_ok"},"context":{}}
|
|
1703
|
+
{"timestamp":"2026-01-01T08:58:25.580Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ce820a46-b893-43e5-bfa8-7e7d04649aa5","type":"token_ok"},"context":{}}
|
|
1704
|
+
{"timestamp":"2026-01-01T08:58:25.580Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1ea0a6c-7b2f-4238-83b0-b232a7cb9b8d","type":"token_ok"},"context":{}}
|
|
1705
|
+
{"timestamp":"2026-01-01T09:01:25.687Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f1449400-06aa-4ad9-bb4a-7a01d3dc93c1","type":"token_ok"},"context":{}}
|
|
1706
|
+
{"timestamp":"2026-01-01T09:01:25.687Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c90dd0e7-8a50-47e5-b56c-25c0da07505a","type":"token_ok"},"context":{}}
|
|
1707
|
+
{"timestamp":"2026-01-01T09:04:25.797Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"fe4817e5-3299-40b3-bd4c-4861a1359015","type":"token_ok"},"context":{}}
|
|
1708
|
+
{"timestamp":"2026-01-01T09:04:25.797Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"33fd82da-54aa-4287-9d99-b31b8bb90319","type":"token_ok"},"context":{}}
|
|
1709
|
+
{"timestamp":"2026-01-01T09:07:25.878Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3035a286-0543-43d5-9917-fd021c928eae","type":"token_ok"},"context":{}}
|
|
1710
|
+
{"timestamp":"2026-01-01T09:07:25.878Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"28fadb57-f93a-4902-b984-c15504821aef","type":"token_ok"},"context":{}}
|
|
1711
|
+
{"timestamp":"2026-01-01T09:10:25.985Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"cc7107d1-142f-4cb5-a068-ad74c7a67433","type":"token_ok"},"context":{}}
|
|
1712
|
+
{"timestamp":"2026-01-01T09:10:25.985Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"52d01d28-4ec3-494c-9fdd-40f66fe8677a","type":"token_ok"},"context":{}}
|
|
1713
|
+
{"timestamp":"2026-01-01T09:13:26.083Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"902b6bc7-06a4-4c6e-8592-1fe26f5e5e03","type":"token_ok"},"context":{}}
|
|
1714
|
+
{"timestamp":"2026-01-01T09:13:26.084Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5cb7622f-aca5-4541-afc4-b7c4a4a3f795","type":"token_ok"},"context":{}}
|
|
1715
|
+
{"timestamp":"2026-01-01T09:16:26.190Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"42ada2fc-db4d-418a-b70a-d68ee7d4c541","type":"token_ok"},"context":{}}
|
|
1716
|
+
{"timestamp":"2026-01-01T09:16:26.190Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"438773f1-e4ec-4bc5-9fa5-d2c1d7888c49","type":"token_ok"},"context":{}}
|
|
1717
|
+
{"timestamp":"2026-01-01T09:19:26.271Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"374f0168-ba91-44ce-8ea0-5c25ce0c7dd5","type":"token_ok"},"context":{}}
|
|
1718
|
+
{"timestamp":"2026-01-01T09:19:26.271Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9d1000fc-3422-41ae-a542-4c10cb6d267a","type":"token_ok"},"context":{}}
|
|
1719
|
+
{"timestamp":"2026-01-02T06:32:04.574Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e1ce8a2-7f25-4add-b1a9-960ce27f864a","type":"token_ok"},"context":{}}
|
|
1720
|
+
{"timestamp":"2026-01-02T06:35:04.676Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"97706cad-b0bf-4be5-aeaf-a3061ce4bb3b","type":"token_ok"},"context":{}}
|
|
1721
|
+
{"timestamp":"2026-01-02T06:38:04.810Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ce1dc1d3-d150-4086-b8fe-26c3abcb44a4","type":"token_ok"},"context":{}}
|
|
1722
|
+
{"timestamp":"2026-01-02T06:41:04.908Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0b2f0f38-fe52-4010-bac5-9d3c8337cf8b","type":"token_ok"},"context":{}}
|
|
1723
|
+
{"timestamp":"2026-01-02T06:44:05.007Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f76bde8b-c1fb-40b6-a63c-d57317f66d78","type":"token_ok"},"context":{}}
|
|
1724
|
+
{"timestamp":"2026-01-02T06:47:05.095Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d43df4bc-8f9a-4511-9390-a4e879108c7d","type":"token_ok"},"context":{}}
|
|
1725
|
+
{"timestamp":"2026-01-02T06:50:05.185Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"84a544bb-c439-4407-967d-58f6c4491686","type":"token_ok"},"context":{}}
|
|
1726
|
+
{"timestamp":"2026-01-02T06:53:05.275Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a4f70fd6-581f-43b4-a469-ffa12a516850","type":"token_ok"},"context":{}}
|
|
1727
|
+
{"timestamp":"2026-01-02T06:56:05.365Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"07cca2e0-cd0d-4ab6-b11a-7a335ce5e70b","type":"token_ok"},"context":{}}
|
|
1728
|
+
{"timestamp":"2026-01-02T06:59:05.463Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dc32043f-275d-4ff0-a9ee-d895b4816674","type":"token_ok"},"context":{}}
|
|
1729
|
+
{"timestamp":"2026-01-02T07:02:05.561Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3963db26-a2ee-46a5-a6dc-45eb72b9a331","type":"token_ok"},"context":{}}
|
|
1730
|
+
{"timestamp":"2026-01-02T07:05:05.657Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8f35adfc-0ab7-4ade-baa3-e653c4ef3f53","type":"token_ok"},"context":{}}
|
|
1731
|
+
{"timestamp":"2026-01-02T07:08:05.742Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"bf28edbd-262e-4098-a3e6-9b4c8cde1fa7","type":"token_ok"},"context":{}}
|
|
1732
|
+
{"timestamp":"2026-01-02T07:10:30.637Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"0eb0d607-ad60-4c90-ac6a-117de5a8806e","type":"token_ok"},"context":{}}
|
|
1733
|
+
{"timestamp":"2026-01-02T07:10:30.710Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"66c18f32-f239-475d-b382-29d9bc9e6283","type":"token_ok"},"context":{}}
|
|
1734
|
+
{"timestamp":"2026-01-02T07:13:30.718Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"08ec0071-5e35-4136-be47-5124a22e71a0","type":"token_ok"},"context":{}}
|
|
1735
|
+
{"timestamp":"2026-01-02T07:13:30.780Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"89254457-fd88-4f1a-baa6-80286dd65d09","type":"token_ok"},"context":{}}
|
|
1736
|
+
{"timestamp":"2026-01-02T07:16:30.800Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"18746785-1ef7-4823-9365-cdc08fb4c998","type":"token_ok"},"context":{}}
|
|
1737
|
+
{"timestamp":"2026-01-02T07:16:30.845Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"42e95113-f0ce-4c97-a63e-8b2df2668d22","type":"token_ok"},"context":{}}
|
|
1738
|
+
{"timestamp":"2026-01-02T07:19:30.893Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a45038f7-c476-49fe-b35f-6225436e243d","type":"token_ok"},"context":{}}
|
|
1739
|
+
{"timestamp":"2026-01-02T07:19:30.916Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c9b25ce4-fe2c-47b9-979a-7916b4853862","type":"token_ok"},"context":{}}
|
|
1740
|
+
{"timestamp":"2026-01-02T07:22:30.993Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4bc5c9e4-d058-4a4e-9c0f-5fa5924efdf2","type":"token_ok"},"context":{}}
|
|
1741
|
+
{"timestamp":"2026-01-02T07:22:30.994Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c3e00fea-2e26-4d5e-a0f8-c1cdc4555fc0","type":"token_ok"},"context":{}}
|
|
1742
|
+
{"timestamp":"2026-01-02T07:25:31.094Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"f52fe071-b7b8-4046-b88d-241910d10bbb","type":"token_ok"},"context":{}}
|
|
1743
|
+
{"timestamp":"2026-01-02T07:25:31.094Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ff630d8c-ba45-4d62-8644-c98fae163676","type":"token_ok"},"context":{}}
|
|
1744
|
+
{"timestamp":"2026-01-02T07:28:31.197Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1a800b83-6b44-4b80-a0ad-bbd5c1222f4e","type":"token_ok"},"context":{}}
|
|
1745
|
+
{"timestamp":"2026-01-02T07:28:31.197Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"34b4f857-10fa-4adf-a963-634e0d0a5c3f","type":"token_ok"},"context":{}}
|
|
1746
|
+
{"timestamp":"2026-01-02T07:31:31.307Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6ba0b133-240a-4fba-a93f-949a57901bf5","type":"token_ok"},"context":{}}
|
|
1747
|
+
{"timestamp":"2026-01-02T07:31:31.307Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"75b6f9c8-093d-44d0-9192-3e6dcf77157f","type":"token_ok"},"context":{}}
|
|
1748
|
+
{"timestamp":"2026-01-02T07:34:31.390Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"37d54e02-729c-4fd5-aa85-f949cda2de4e","type":"token_ok"},"context":{}}
|
|
1749
|
+
{"timestamp":"2026-01-02T07:34:31.390Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5351d6ae-be9e-4d34-8048-7e98eff76ebf","type":"token_ok"},"context":{}}
|
|
1750
|
+
{"timestamp":"2026-01-02T07:35:36.308Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d585fd0b-bb8f-44f4-8999-c04dc4263274","type":"token_ok"},"context":{}}
|
|
1751
|
+
{"timestamp":"2026-01-02T07:35:36.370Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"23a3dfe9-9c6a-4733-9124-6547e98bf93b","type":"token_ok"},"context":{}}
|
|
1752
|
+
{"timestamp":"2026-01-02T07:38:36.403Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b351765-1cf4-49d8-90b0-9077711b09ed","type":"token_ok"},"context":{}}
|
|
1753
|
+
{"timestamp":"2026-01-02T07:38:36.437Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"85ca0fda-741e-4590-81fe-d787137b27e9","type":"token_ok"},"context":{}}
|
|
1754
|
+
{"timestamp":"2026-01-02T07:40:42.539Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d4a7e80e-2704-4e14-aa84-e9431b3dd40f","type":"token_ok"},"context":{}}
|
|
1755
|
+
{"timestamp":"2026-01-02T07:40:42.595Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"9a8faa8f-f8ea-4bea-9d8e-b9c1770cc619","type":"token_ok"},"context":{}}
|
|
1756
|
+
{"timestamp":"2026-01-02T07:43:42.633Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8e89862b-57b9-497b-8df4-659df19b36b0","type":"token_ok"},"context":{}}
|
|
1757
|
+
{"timestamp":"2026-01-02T07:43:42.663Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6014f34b-3bdd-4fc0-8a60-87d2c6006553","type":"token_ok"},"context":{}}
|
|
1758
|
+
{"timestamp":"2026-01-02T07:45:48.508Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"19c01450-8510-4700-b9ad-1f5ce437537f","type":"token_ok"},"context":{}}
|
|
1759
|
+
{"timestamp":"2026-01-02T07:45:48.564Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6b282a7d-b2fa-4247-a36f-89196bc8e41d","type":"token_ok"},"context":{}}
|
|
1760
|
+
{"timestamp":"2026-01-02T07:48:48.604Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1c6cad4c-2b8a-4641-be47-4c914b806e19","type":"token_ok"},"context":{}}
|
|
1761
|
+
{"timestamp":"2026-01-02T07:48:48.635Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7582d400-52d6-4792-bc6c-1b0d988b95dd","type":"token_ok"},"context":{}}
|
|
1762
|
+
{"timestamp":"2026-01-02T07:50:54.590Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"37d16421-0f6c-4188-8dce-ee7ae2a84927","type":"token_ok"},"context":{}}
|
|
1763
|
+
{"timestamp":"2026-01-02T07:50:54.645Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"4c502a85-6676-46df-8423-e951fad37211","type":"token_ok"},"context":{}}
|
|
1764
|
+
{"timestamp":"2026-01-02T07:53:54.693Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ee04a666-f603-44c5-975a-162d9ee8febe","type":"token_ok"},"context":{}}
|
|
1765
|
+
{"timestamp":"2026-01-02T07:53:54.721Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"45f22f4b-7544-4949-a878-242d541fed5b","type":"token_ok"},"context":{}}
|
|
1766
|
+
{"timestamp":"2026-01-02T07:56:00.816Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"060e0197-a4a3-4516-8ad3-678a68035471","type":"token_ok"},"context":{}}
|
|
1767
|
+
{"timestamp":"2026-01-02T07:56:00.870Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6425c4c1-21de-48ea-a597-0cafaa966cee","type":"token_ok"},"context":{}}
|
|
1768
|
+
{"timestamp":"2026-01-02T07:59:00.909Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3334c2fd-f304-4092-aefe-5a88c521b9b2","type":"token_ok"},"context":{}}
|
|
1769
|
+
{"timestamp":"2026-01-02T07:59:00.940Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"95c377bd-5654-432e-b5f2-88cd70efa6e4","type":"token_ok"},"context":{}}
|
|
1770
|
+
{"timestamp":"2026-01-02T08:01:07.422Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"358aef4a-9739-4c6d-8cf9-90f21c62f6ab","type":"token_ok"},"context":{}}
|
|
1771
|
+
{"timestamp":"2026-01-02T08:01:07.481Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"5fe24326-19c2-471d-9987-fe169c4748f0","type":"token_ok"},"context":{}}
|
|
1772
|
+
{"timestamp":"2026-01-02T08:04:07.516Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7b9be1b6-dfca-4a82-8bb5-87d42c79fb0f","type":"token_ok"},"context":{}}
|
|
1773
|
+
{"timestamp":"2026-01-02T08:04:07.555Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8983a0d0-4aa0-4cc1-af99-84d9dceae391","type":"token_ok"},"context":{}}
|
|
1774
|
+
{"timestamp":"2026-01-02T08:06:14.162Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a0aa5489-e9cd-4539-9ae0-c174a2a1a76b","type":"token_ok"},"context":{}}
|
|
1775
|
+
{"timestamp":"2026-01-02T08:06:14.214Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"6219b422-84c2-48b1-bd87-19ba13e605b5","type":"token_ok"},"context":{}}
|
|
1776
|
+
{"timestamp":"2026-01-02T08:09:14.259Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c437ff25-a326-4603-9894-677b3c73dfb7","type":"token_ok"},"context":{}}
|
|
1777
|
+
{"timestamp":"2026-01-02T08:09:14.282Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"8a5f77c1-0ddb-4ca5-9fde-d4affc5c2038","type":"token_ok"},"context":{}}
|
|
1778
|
+
{"timestamp":"2026-01-02T08:11:20.443Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"3a9bdfae-76c9-44b3-be48-601ff0d643d4","type":"token_ok"},"context":{}}
|
|
1779
|
+
{"timestamp":"2026-01-02T08:11:20.493Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dfeb19d4-d55f-4eee-b724-6230a6247fa3","type":"token_ok"},"context":{}}
|
|
1780
|
+
{"timestamp":"2026-01-02T08:14:20.537Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"847d1411-bc9f-432a-8c40-5f11610f6818","type":"token_ok"},"context":{}}
|
|
1781
|
+
{"timestamp":"2026-01-02T08:14:20.563Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dad23b9f-3013-4fc9-8aad-337558e14fd7","type":"token_ok"},"context":{}}
|
|
1782
|
+
{"timestamp":"2026-01-02T08:16:27.360Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"de4ac7d9-db23-49ec-a95e-a67b1c009e89","type":"token_ok"},"context":{}}
|
|
1783
|
+
{"timestamp":"2026-01-02T08:16:27.411Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"ca6bc520-de09-44ff-825a-29880ab8311a","type":"token_ok"},"context":{}}
|
|
1784
|
+
{"timestamp":"2026-01-02T08:19:27.460Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"a7e2f37c-5528-41e3-9f79-d80f195797ef","type":"token_ok"},"context":{}}
|
|
1785
|
+
{"timestamp":"2026-01-02T08:19:27.485Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"eab2dca1-b8b2-445a-b8b9-8e3a9e6f1d9e","type":"token_ok"},"context":{}}
|
|
1786
|
+
{"timestamp":"2026-01-02T08:21:33.992Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1d4896aa-3ae4-452b-aeab-a3106511e672","type":"token_ok"},"context":{}}
|
|
1787
|
+
{"timestamp":"2026-01-02T08:21:34.046Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"de7d082b-a47a-4687-8a08-6e0e2749abaa","type":"token_ok"},"context":{}}
|
|
1788
|
+
{"timestamp":"2026-01-02T08:24:34.091Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"1b591c2a-9aa5-425d-a50d-e47246060589","type":"token_ok"},"context":{}}
|
|
1789
|
+
{"timestamp":"2026-01-02T08:24:34.120Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c4ef3b88-e062-4648-b44a-4dba87fe5b62","type":"token_ok"},"context":{}}
|
|
1790
|
+
{"timestamp":"2026-01-02T08:26:40.040Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"c43f96af-4e05-48e2-adfc-9cea309b9dd9","type":"token_ok"},"context":{}}
|
|
1791
|
+
{"timestamp":"2026-01-02T08:26:40.093Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"b06f6d14-e51f-49c6-ae86-7de7758dffe7","type":"token_ok"},"context":{}}
|
|
1792
|
+
{"timestamp":"2026-01-02T08:29:40.139Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"09afd6fe-8d2b-4e5c-8685-7ca19f680be5","type":"token_ok"},"context":{}}
|
|
1793
|
+
{"timestamp":"2026-01-02T08:29:40.165Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"dce47cf5-133f-48b6-b820-43b54c99b72e","type":"token_ok"},"context":{}}
|
|
1794
|
+
{"timestamp":"2026-01-02T08:31:46.174Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"d7c9033f-f707-4434-8375-ae393560a390","type":"token_ok"},"context":{}}
|
|
1795
|
+
{"timestamp":"2026-01-02T08:31:46.224Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"7baed7fc-adfa-4ce5-b77f-f6e033226e57","type":"token_ok"},"context":{}}
|
|
1796
|
+
{"timestamp":"2026-01-02T08:34:46.247Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"78f828de-0283-491f-b5ab-b4532eb11f13","type":"token_ok"},"context":{}}
|
|
1797
|
+
{"timestamp":"2026-01-02T08:34:46.297Z","level":"debug","component":"NotificationCenter","event":"Notification enqueued","data":{"id":"470a713b-39e2-457d-879f-bf0543f2a670","type":"token_ok"},"context":{}}
|