Sidebar

How to configure logs in qvera?

0 votes
437 views
asked Feb 23, 2018 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:

answered Feb 26, 2018 by brandon-w-8204 (33,170 points)
...