Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid redirect stdout and stderr for robot #76

Open
jupe opened this issue Mar 17, 2021 · 1 comment
Open

avoid redirect stdout and stderr for robot #76

jupe opened this issue Mar 17, 2021 · 1 comment

Comments

@jupe
Copy link

jupe commented Mar 17, 2021

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..

@pekkaklarck
Copy link
Member

RoboCon sprints are running today and we just decided to talk about Python remote servers there at 12:00 UTC. Sprints are organized on Gather and you can access them via https://venue.robocon.io. This is very late notice but it would be great if you could make it there @jupe!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants