Skip to content

[Feature] Provide command args with Logger logs #3648

@dialupdev

Description

@dialupdev

Hey team! I'm using the Logger class to clean up some of my code as suggested by @aslushnikov in this thread #1654.

It's working well for the most part, but I am having one issue. The log function signature looks like this (name, severity, message, args), but I'm not seeing any args come through - the value of args is always []. If I run page.click('.cool-selector'), I'd expect args to be ['.cool-selector'].

Is this the intended behavior of Logger or is it a bug? Thanks!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions