asyrjasalo / RESTinstance

Robot Framework library for RESTful JSON APIs
https://pypi.org/project/RESTinstance
GNU Lesser General Public License v3.0
205 stars 84 forks source link

Disable logs in the console #95

Closed nam-edi closed 3 years ago

nam-edi commented 4 years ago

Hi, It is impossible to deactivate the logs in the console. Even putting the --dotted argument when I run my tests.

I added $ {TEMPDIR} /response.json when I make an output, it works, on the other hand if a test is in failure, it displays the logs in the console.

Would it be possible to have a choice?

asimell commented 3 years ago

Can you try setting the file_path=/dev/null in Output? This should redirect all your output to /dev/null. The downside is of course that in case you actually want to debug your output, it's gone.

asimell commented 3 years ago

Closing issue due to lack of new information. Please reopen if still an issue.