refactor(logger): code cleanup for new execution logger (#798)

* refactor(logger): code hygiene with new logger

* modify remaining files

* simplify code structure

---------

Co-authored-by: waleedlatif <waleedlatif@waleedlatifs-MacBook-Pro.local>
This commit is contained in:
Waleed Latif
2025-07-26 15:05:33 -07:00
committed by GitHub
parent 727e5e8763
commit 93f68a9092
434 changed files with 563 additions and 638 deletions

View File

@@ -1,5 +1,5 @@
import type { Edge } from 'reactflow'
import { createLogger } from '@/lib/logs/console-logger'
import { createLogger } from '@/lib/logs/console/logger'
import { getBlock } from '@/blocks'
import type { BlockState, Loop, Parallel } from '@/stores/workflows/workflow/types'
import type { SerializedBlock, SerializedWorkflow } from './types'