How do I hide [Info] lines so I can see relevant debug statements?

Asked by EdEd

Is there any way to prevent each "click()" from generating an [Info] debug line in the Sikuli IDE, when running/debugging?

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
RaiMan
Solved:
Last query:
Last reply:
Revision history for this message
Best RaiMan (raimund-hocke) said :
#1

not in the moment a feature of Sikuli.

but there are some requests in the questions and bugs.

I recommend to add your ideas to bug 697604 and post yourself as affected (boosts it up).

workaround: have your own message concept using e.g. a specific message starter ( [myMessage] ), run the script on commandline, pipe the output to a text file and filter your messages.

Revision history for this message
EdEd (sikuli-3-connelm) said :
#2

Thanks RaiMan, that solved my question.

Revision history for this message
EdEd (sikuli-3-connelm) said :
#3

Well, I do run it through a separate filter now - was just hoping for a cleaner way. Too low priority a request, IMHO. But thank you.

Revision history for this message
RaiMan (raimund-hocke) said :
#4

I have just seen, that some changes are on the way for rc2, that will help in your direction.