Don't log screen interactions by default.

This commit is contained in:
Vincent Barrilliot 2023-04-16 16:11:20 +02:00
parent e84eeaec39
commit b5dc2a5bef

View file

@ -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>