mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 06:18:03 -05:00
feat(ui): use system logger for runGraph
This commit is contained in:
@@ -14,7 +14,7 @@ import type { JsonObject } from 'type-fest';
|
||||
import { enqueueMutationFixedCacheKeyOptions, queueApi } from './endpoints/queue';
|
||||
import type { EnqueueBatchArg } from './types';
|
||||
|
||||
const log = logger('queue');
|
||||
const log = logger('system');
|
||||
|
||||
type Deferred<T> = {
|
||||
promise: Promise<T>;
|
||||
|
||||
Reference in New Issue
Block a user