Skip to content
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

Remove navigation trace log entries #831

Closed
YevgeniyShunevych opened this issue Feb 21, 2024 · 0 comments
Closed

Remove navigation trace log entries #831

YevgeniyShunevych opened this issue Feb 21, 2024 · 0 comments
Assignees
Milestone

Comments

@YevgeniyShunevych
Copy link
Member

The navigation trace logs basically duplicate the wrapping informational logs.

Example

2024-02-17 20:50:46.792  INFO > Go to "Test" page by URL http://localhost:50549
2024-02-17 20:50:46.793 TRACE - > Navigate to URL http://localhost:50549/
2024-02-17 20:50:46.954 TRACE - < Navigate to URL http://localhost:50549/ (0.160s)
2024-02-17 20:50:46.961  INFO < Go to "Test" page by URL http://localhost:50549 (0.169s)

->

2024-02-17 20:50:46.792  INFO > Go to "Test" page by URL http://localhost:50549
2024-02-17 20:50:46.961  INFO < Go to "Test" page by URL http://localhost:50549 (0.169s)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant