New issue 199 by kaverjody: add pybot command outputs into log file
http://code.google.com/p/robotframework/issues/detail?id=199
would it be possible to record the pybot command and its output into Robot
log file?
there are some error information generated during execution, and are printed
on the screen/terminal, when people asking for help, they will send their
log files to us (keyusers) for help, no e.g. syslog file. If we could have
it in the log file, it may ease the possible troubleshooting later on.
Check more in this discussion :
-
http://groups.google.com/group/robotframework-users/browse_thread/thread/9f8204f5598a4138?hl=en
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Logging the command that started the execution would is possible if it's
really
considered important. Including also the output won't happen because 100%
everything
that is there, including errors and warnings, is already in the log file.
Comment #2 on issue 199 by pekka.klarck: add pybot command outputs into log
file
http://code.google.com/p/robotframework/issues/detail?id=199
The title of this issue refers only to outputs which we WontFix. I could
change the
title but it's probably easier to open a new issue about logging the
options that
were used for starting the test execution.
I repeat that the reason we won't do anything for outputs is that absolutely
everything is already available in the log file.