Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.5.3
New issue 635 by pekka.klarck: Warnings from keywords are logged twice
http://code.google.com/p/robotframework/issues/detail?id=635
When a keyword logs something with WARN level itself, or it causes a
warning otherwise, the message is logged correctly as WARN once but also
again as INFO. The latter message has `[ WARN ]` prefix on Windows and the
same prefix with some garbage (escaped ANSI colors) on other machines.