Skip to content

avoid redirect stdout and stderr for robot #76

@jupe

Description

@jupe

Currently all stdout/stderr is redirected to keyword results outputs during keyword execution which leads that some logs flows to robot remote server process stdout and some to robot framework test/KW logs. This makes very hard to debug remote server instance. Propose to utilise logging module so that during keyword we just create custom logging handler that collects keywords logs for robot framework but allows simultaneous log everything to stdout/stderr in server process.

I had to create workaround while debugging one issue form remote server side: jupe#1 .

I think generally stdout/stderr redirecting like this is not very good approach for library side..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions