-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Description
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)