Log level in robot:flatten

Log is visible with Set Log Level NONE in keyword with tag “robot:flatten”

1 Like

I also have the same issue, tried by setting the Set Log Level to None even before and after the Tag definition, but didn’t work out

Referring to Log levels, I see no mention of a Log Level of NONE?

You could try either WARN or FAIL, that should remove all the INFO level messages from the logs, ut be aware:

Messages ignored during the execution cannot be recovered.

Dave.

No, it’s possible by setting it with Builtin library keyword Set Log Level as stated in the link

And I was expecting the “robot:flatten” had to obey the current Set Log Level which is None in my case but it’s not. Even though it’s not logging anything except for the keyword names as in screenshot if I don’t use “robot:flatten”, it’s starting logging when I use “robot:flatten” by removing only the Keywords from log file

without “robot:flatten”
image

Interesting, perhaps the manual needs updating?

I don’t know enough about the internals of Robot framework to comment further, I’ll defer to the developers.

Dave.

1 Like

In the BUILT-IN library documentation

With WARN, it’s the same.

With robot:flatten
image

Without robot:flatten
image

My code
image