test-fullautomation / robotframework

Generic automation framework for acceptance testing and RPA
http://robotframework.org
Apache License 2.0
1 stars 0 forks source link

No logging within FOR loops in threads #80

Open HolQue opened 3 weeks ago

HolQue commented 3 weeks ago

A 'Log' keyword is placed within a FOR loop of a thread:

THREAD    TEST_THREAD_1     False
   FOR    ${index}    IN RANGE    0    5
      Log     I am TEST_THREAD_1
   END
END

In debug logfile only the start and the end of the keyword is logged, but not the message itself:

INFO - +------- START KEYWORD: BuiltIn.Log [ I am TEST_THREAD_1 ]
INFO - +------- END KEYWORD: BuiltIn.Log (0)
test-fullautomation commented 3 weeks ago

Hi @milanac030988 , can you please look into this with high priority. Thank you, Thomas