feat: add log attr#69
Conversation
|
Thank you for proposing! Good idea on principle: runtime logs carry useful diagnostic info we currently drop. My only doubt is the UX: appending |
|
that is an option indeed, a right panel on log line detail |
|
@alexandre-daubois I took some time to redo/rewrite this PR (bootstrapped with ia a bit)
would this be ok for you? so I can polish/finish this behavior |
| .DEFAULT_GOAL := help | ||
|
|
||
| .PHONY: local clean help | ||
| .PHONY: local up down traffic |
There was a problem hiding this comment.
probably a miss rewrite from my original makefile ;)
| {"←/→", "panel"}, | ||
| {"/", "filter"}, | ||
| } | ||
| if !routesView { |
There was a problem hiding this comment.
routesViews are aggregated so no unitary metadata
Let's go for it! Tell me when it's ready for review 🙂 |


👋🏻
according to https://github.com/php/frankenphp/blob/68573a9b640a679cbf420169cdbb960317c6db16/scaling.go#L142
some log may have attributes
I would like to display them on the ember tui, to have a direct vision of such data
ℹ️ untested for now, just opening as reflexion/discussion