not really... :wink: I usually do `VLOG(1)` for ra...
# general
t
not really... 😉 I usually do
VLOG(1)
for rare things within virtual tables, or expected nuances that you don't want to pay attention to (aka always not being able to list some data if not a super user). Otherwise
LOG(INFO)
to nice-to-know,
LOG(WARNING)
for some larger function wants to make you aware of something and
LOG(ERROR)
for omg