Status: Accepted
Owner: pekka.klarck
CC: jussi.ao.malinen
Labels: Type-Defect Priority-Medium Target-2.5.6
New issue 751 by pekka.klarck: `Set Log Level` keyword does not work with
levels below INFO on test case level (since RF 2.5.2)
http://code.google.com/p/robotframework/issues/detail?id=751
Messages below the level given from the command line with --loglevel option
are not shown on the log in the test case level even if Set Log Level
keyword is used.
This has occurred since RF 2.5.2 when --loglevel option was added to rebot
(issue 608). The reason it occurs only on the test case level and not
inside user keywords is that bug 750 masks this bug in deeper levels.