How can I prevent the logging of all keywords except Log keyword in robot framework?
问题 I am a beginner in robot framework. I want the log file of my robot test to contain the logs for only the log keyword. I tried to use removekeyword all. But It removed all keywords. When I dont use the removekeyword, My log becomes messy How can I log only the keyword-Log to my file? Also, How can I log the value of ${resp.status_code} in the log, instead of it being showed as a text in the above screenshot? Log to console is printing the value in console, but when I use Log, I am seeing it