Open
Description
https://github.com/microsoft/playwright uses debug module for logging. While using playwright i observed that when using DEBUG_FILE env variable to redirect these logs to file, it doesnt show time whereas when we output it to console, it shows time.
Expected
pw:api => selectors.setTestIdAttribute started +0ms
pw:api => browserType.launch started +7ms
Actual
pw:api => selectors.setTestIdAttribute started
pw:api => browserType.launch started
down stream issue microsoft/playwright#27477
Metadata
Metadata
Assignees
Labels
No labels