added #define DISABLE_DEBUGLOG to source files in http and service folders

will alter be enabled to disable verbose debug logging.
This commit is contained in:
Martin Preuss
2023-08-09 17:45:59 +02:00
parent b5916acf79
commit b9a54b8ffb
9 changed files with 19 additions and 0 deletions

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/content_p.h" #include "aqhome/http/content_p.h"

View File

@@ -10,6 +10,9 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/content_files_p.h" #include "aqhome/http/content_files_p.h"
#include <gwenhywfar/debug.h> #include <gwenhywfar/debug.h>

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/endpoint_http_p.h" #include "aqhome/http/endpoint_http_p.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "./httprequest_p.h" #include "./httprequest_p.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/httpservice_p.h" #include "aqhome/http/httpservice_p.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/httpservice_conf.h" #include "aqhome/http/httpservice_conf.h"
#include "aqhome/http/httpservice_p.h" #include "aqhome/http/httpservice_p.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/http/httpservice_http.h" #include "aqhome/http/httpservice_http.h"
#include "aqhome/http/httpservice_conf.h" #include "aqhome/http/httpservice_conf.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "./urlhandler_p.h" #include "./urlhandler_p.h"
#include "aqhome/http/httpservice_http.h" #include "aqhome/http/httpservice_http.h"

View File

@@ -10,6 +10,8 @@
# include <config.h> # include <config.h>
#endif #endif
//#define DISABLE_DEBUGLOG
#include "aqhome/service/service_p.h" #include "aqhome/service/service_p.h"