Don't log screen interactions by default.
This commit is contained in:
parent
e84eeaec39
commit
b5dc2a5bef
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "log_level.h"
|
||||
#ifndef DEFAULT_LOG_LEVEL
|
||||
#define DEFAULT_LOG_LEVEL LOG_TRACE
|
||||
#define DEFAULT_LOG_LEVEL LOG_ERROR
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
|
|
Loading…
Reference in a new issue