Status: New
Owner: ----
New issue 608 by zhenming.he: Could rebot support --loglevel
http://code.google.com/p/robotframework/issues/detail?id=608
In CI we use [pybot --loglevel TRACE test.html] to run testcase.
In daily check we just need see INFO level message in log, because it could
make log file more clear and quickly to check.
But when meet problem we need check TRACE or DEBUG level message.
So, I want use out.xml to build (use rebot) two log.html, one is only have
INFO message for daily check and another have whole message for problem
check.