VMware Cloud Community
aslk5
Enthusiast
Enthusiast

logs in HTML5 interface filled with __item_stack

The log tab in the HTML5 interface is filled with __item_stack entries when my workflows are running making it hard to see any of the logging I'm doing. Is there any way to hide all that noise?

Reply
0 Kudos
5 Replies
iiliev
VMware Employee
VMware Employee

The short answer is: no.

I think these entries are used as some kind of markers and so they cannot be removed from the log files, although it should be possible to filter them out when showing the log entries in the UI. But such filtering code is currently not there.

Reply
0 Kudos
ymichalak
Hot Shot
Hot Shot

Same pb here with vRO 8.6.1

One solution is to use Server.log("xxxxx"); instead of System.log("xxx"); .....

But we need to have some informations of vmWare team during our next meeting.

Reply
0 Kudos
xian_
Expert
Expert

Would be happy by making the log level of these entries to DEBUG instead of INFO

Reply
0 Kudos
imtrinity94
Enthusiast
Enthusiast

You can try this https://cloudblogger.co.in/2022/03/14/quickly-remove-clutter-from-vro-logs/

 


Mayank Goyal
vRO Engineer
https://www.linkedin.com/in/mayankgoyal1994/
https://cloudblogger.co.in/
xian_
Expert
Expert

I decided to write a Python program to make logs easier to read: https://kuklis.github.io/cma/post/vro8-dump-workflow-logs/

Reply
0 Kudos