1.2k questions

1.4k answers

361 comments

339 users

Categories

Sidebar
0 votes
614 views
by (120 points)
How to configure logs in qvera to log info, warn, debug... levels.

1 Answer

0 votes

QIE has the following commands you can use in your script to create log entries in the message.

qie.info()
qie.debug()
qie.warn()

In the channel you can specify what log level you want. 

You can also turn on debug messages for a set time in the channel status window:

by brandon-w-8204 (34.1k points)
...