mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-21 05:10:07 +01:00
logging: update default log domains
This commit is contained in:
parent
a8c6175194
commit
dda5a3da40
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@
|
||||||
#include "nm-utils.h"
|
#include "nm-utils.h"
|
||||||
|
|
||||||
static guint32 log_level = LOGL_INFO;
|
static guint32 log_level = LOGL_INFO;
|
||||||
static guint32 log_domains = LOGD_CORE | LOGD_HW | LOGD_RFKILL | LOGD_SUSPEND;
|
static guint32 log_domains = \
|
||||||
|
LOGD_CORE | LOGD_HW | LOGD_RFKILL | LOGD_SUSPEND | LOGD_MB | LOGD_BT;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
guint32 num;
|
guint32 num;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue