Debug Colors

Hi guys! I’m trying to optimize my (very) big patch, so I’m using the ctrl+f9 debug mode

can someone tell me what yellow stand for?
BTW, there page (debug mode) is up to date?
nic

orange means something inside is throwing an message of type error in the tty

should get colored this way if a node logs a warning to the tty.

Ok I see! thankyou!

and… what if a node is blinking on blue?

blue is message of type debug as far as i remember