fix: local api server log (#6244)

This commit is contained in:
Dinh Long Nguyen 2025-08-20 14:13:27 +07:00 committed by GitHub
parent 263960752e
commit 6519327244
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ export const Route = createFileRoute(route.localApiServerlogs as any)({
component: LogsViewer,
})
const SERVER_LOG_TARGET = 'app_lib::core::server'
const SERVER_LOG_TARGET = 'app_lib::core::server::proxy'
const LOG_EVENT_NAME = 'log://log'
function LogsViewer() {