-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
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..
aunsbjerg
Metadata
Metadata
Assignees
Labels
No labels