openbmc / openbmc-test-automation

Apache License 2.0
100 stars 92 forks source link

Any restriction for the usage of Log or Log Console #2198

Closed susilsi7 closed 11 months ago

susilsi7 commented 1 year ago

In a Keyword if there are multiple action performed and a user wants to print each action in log and console then is he allowed to use both.

gkeishin commented 1 year ago

By default, robot collects logs for all the paths it executes and that would be good enough to tell what is executed and not. Having said that if there is a critical point you want to log which robot wouldn't automatically log, then you can probably add those but not just print statements here and there making the code too many loggings.