Skip to content

Remove navigation trace log entries #831

@YevgeniyShunevych

Description

@YevgeniyShunevych

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)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions