Trace is the lowest level and causes everything (incl. certain
messages by the framework) to be logged. Warn level should have worked
for you (unless you log log of stuff with that level) but there's also
level 'none' [1]. For more information see the User Guide [2].
[1] http://robotframework.googlecode.com/hg/doc/libraries/BuiltIn.html?r=2.5.7#Set%20Log%20Level
[2] file:///home/peke/Devel/robotframework/doc/userguide/RobotFrameworkUserGuide.html#log-levels
Cheers,
.peke
--
Agile Tester/Developer/Consultant :: http://eliga.fi
Lead Developer of Robot Framework :: http://robotframework.org
How may iterations are you doing in your for loop?
The next version of Robot framework will diminish the size of log
considerably in cases like this. It does some pretty clever stuff to
remove duplication in test logs (and if this analysis is correct, then
in your case, there should be a lot of duplication when you set the
log level to none). You could try out the new 2.6 release candidate
and see if that affects your log size.
Regards,
Jussi
> --
> You received this message because you are subscribed to the Google Groups "robotframework-users" group.
> To post to this group, send email to robotframe...@googlegroups.com.
> To unsubscribe from this group, send email to robotframework-u...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/robotframework-users?hl=en.
>
>
--
--
Jussi Malinen / Robot Framework
Reaktor, www.reaktor.fi
You might want to consider moving the loop (or parts of it) from Robot
data to a test library. That way the loop would only be one keyword
and in the keyword you have full control on what you log.
> Can I try the new version and not lose the current version> Or will I
> have to remove the new and reinstall the old?
It should be OK to install 2.6 RC 1 over your previous RF release and
also to install e.g. RF 2.5.7 over the RC later. A problem with
installing over an existing installation is that old files are not
removed and they may in some rare cases cause problems. If things
don't work as expected, it's better to uninstall Robot altogether (see
User Guide for details) and install again.