summaryrefslogtreecommitdiff
path: root/src/nm-logging.c
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2010-04-06 16:19:30 -0700
committerDan Williams <dcbw@redhat.com>2010-04-06 16:19:30 -0700
commit6e97fc444120d00da88348b180fdf328d555a160 (patch)
tree5596d3e18b3b499b12c78024d2a92d5f0ffcd7be /src/nm-logging.c
parent3e8a05d28e193b654c98d395262501b8999a0557 (diff)
downloadNetworkManager-6e97fc444120d00da88348b180fdf328d555a160.tar.gz
logging: tweak default log levels
Diffstat (limited to 'src/nm-logging.c')
-rw-r--r--src/nm-logging.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nm-logging.c b/src/nm-logging.c
index a07a5da69b..06a6b1b6f1 100644
--- a/src/nm-logging.c
+++ b/src/nm-logging.c
@@ -39,7 +39,7 @@
#include "nm-utils.h"
static guint32 log_level = LOGL_INFO;
-static guint32 log_domains = LOGD_CORE | LOGD_HW;
+static guint32 log_domains = LOGD_CORE | LOGD_HW | LOGD_RFKILL | LOGD_SUSPEND;
typedef struct {
guint32 num;
@@ -55,6 +55,7 @@ static const LogDesc level_descs[] = {
};
static const LogDesc domain_descs[] = {
+ { LOGD_NONE, "NONE" },
{ LOGD_HW, "HW" },
{ LOGD_RFKILL, "RFKILL" },
{ LOGD_ETHER, "ETHER" },