Logs: "All" shows nothing, source names are doubled, and the section is misaligned #8

Open
opened 2026-06-22 08:29:58 +00:00 by mahmoud · 2 comments
Owner

Several problems in the Logs section:

  1. "All" filter shows no logs. Selecting the All filter renders an empty list; selecting a specific source does show logs. The aggregate query appears to use a wrong/empty source key.

  2. Doubled source names in the filter. The dropdown lists names like hero_browser_admin_hero_browser_admin and hero_browser_server_hero_browser_server — the source identifier is concatenated with itself. They should read hero_browser_admin and hero_browser_server. Looks like a format!("{}_{}", x, x) / proxy+jobname duplication in how log sources are built.

  3. Misaligned. The logs section layout is not aligned with the rest of the shell.


Found while testing the hero_browser Dioxus admin on current development, at /hero_components/admin/?service=hero_browser. Most of these are shell-level and affect every service, not just hero_browser.

Several problems in the Logs section: 1. **"All" filter shows no logs.** Selecting the `All` filter renders an empty list; selecting a specific source does show logs. The aggregate query appears to use a wrong/empty source key. 2. **Doubled source names in the filter.** The dropdown lists names like `hero_browser_admin_hero_browser_admin` and `hero_browser_server_hero_browser_server` — the source identifier is concatenated with itself. They should read `hero_browser_admin` and `hero_browser_server`. Looks like a `format!("{}_{}", x, x)` / proxy+jobname duplication in how log sources are built. 3. **Misaligned.** The logs section layout is not aligned with the rest of the shell. --- *Found while testing the hero_browser Dioxus admin on current `development`, at `/hero_components/admin/?service=hero_browser`. Most of these are shell-level and affect every service, not just hero_browser.*
Author
Owner
No description provided.
Author
Owner
No description provided.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_components#8
No description provided.