mirror of
https://github.com/labring/FastGPT.git
synced 2026-05-07 01:02:55 +08:00
perf: workflow runtime (#6562)
* perf: workflow runtime * perf: lable input and dispatch workflow * fix: workflow dispatch * fix: workflow dispatch * fix: workflow dispatch * fix: workflow dispatch * perf: workflow runtime * perf: workflow runtime
This commit is contained in:
@@ -67,7 +67,9 @@ export async function createSinks(options: CreateSinksOptions): Promise<CreateSi
|
||||
timestampStyle: 'reset',
|
||||
|
||||
categorySeparator: ':',
|
||||
timestamp: () => dayjs().format('YYYY-MM-DD HH:mm:ss')
|
||||
timestamp: () => dayjs().format('YYYY-MM-DD HH:mm:ss'),
|
||||
// Full depth for nested objects (e.g. Zod errors) in console output
|
||||
inspectOptions: { depth: 5 }
|
||||
})
|
||||
}),
|
||||
(record) => levelFilter(record, consoleLevel)
|
||||
|
||||
Reference in New Issue
Block a user