Logs: "All" shows nothing, source names are doubled, and the section is misaligned #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Several problems in the Logs section:
"All" filter shows no logs. Selecting the
Allfilter renders an empty list; selecting a specific source does show logs. The aggregate query appears to use a wrong/empty source key.Doubled source names in the filter. The dropdown lists names like
hero_browser_admin_hero_browser_adminandhero_browser_server_hero_browser_server— the source identifier is concatenated with itself. They should readhero_browser_adminandhero_browser_server. Looks like aformat!("{}_{}", x, x)/ proxy+jobname duplication in how log sources are built.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.