You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have hidden get_keyword_tags and get_keyword_types exceptions with log4j FATAL log level. If log4j is modified by application under test these exceptions comes visible in logs. We should fix these exceptions (in area of remote library).
Currently we have hidden get_keyword_tags and get_keyword_types exceptions with log4j FATAL log level. If log4j is modified by application under test these exceptions comes visible in logs. We should fix these exceptions (in area of remote library).
In remote library these Robot remote methods are located in https://github.com/ombre42/jrobotremoteserver/blob/master/src/main/java/org/robotframework/remoteserver/servlet/ServerMethods.java. There is fork of remote server that has fix for this that could be considered: https://github.com/aenniw/jrobotremoteserver
The text was updated successfully, but these errors were encountered: