-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add HTTP Access Log to Dev UI #43441
Conversation
Signed-off-by: Phillip Kruger <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very neat!
Status for workflow
|
Build on the new feature (#43402) I added a HTTP Access log in Dev UI.
I had to add a new feature in Dev UI to allow for this, namely that a JsonRPC Method can now return a recorded value in a method. I also had to fix the log controllers for the log files added in this new way, as the web component we use are the same for all logs, I had to change to identify by title and not component name.