summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-01-23 12:05:39 +0100
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-01-23 14:29:44 +0100
commit661d9a33e10548d53fe09297b1e5b449a0de12da (patch)
tree0a93d120cd94c39b2b439d610aa3e73a39aa26cc
parentf2ebf0991573ed809787bcb7bd583e7a871b64cd (diff)
logging: Move DRSL, DLAPDM, DL1C to LOGL_NOTICE as default
All these layers are mostly stable, increase the default log level to LOGL_NOTICE.
-rw-r--r--src/host/layer23/src/common/logging.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/host/layer23/src/common/logging.c b/src/host/layer23/src/common/logging.c
index cdd3c35a..c2e4a5e1 100644
--- a/src/host/layer23/src/common/logging.c
+++ b/src/host/layer23/src/common/logging.c
@@ -30,7 +30,7 @@ static const struct log_info_cat default_categories[] = {
.name = "DRSL",
.description = "Radio Signalling Link (MS)",
.color = "\033[1;35m",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DCS] = {
.name = "DCS",
@@ -88,13 +88,13 @@ static const struct log_info_cat default_categories[] = {
[DLAPDM] = {
.name = "DLAPDM",
.description = "LAPDm Layer2",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DL1C] = {
.name = "DL1C",
.description = "Layer 1 Control",
.color = "\033[1;31m",
- .enabled = 1, .loglevel = LOGL_DEBUG,
+ .enabled = 1, .loglevel = LOGL_NOTICE,
},
[DSAP] = {
.name = "DSAP",