This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-e1d/+/26228 )
Change subject: make compile-time default logging configuration less verbose
......................................................................
make compile-time default logging configuration less verbose
As Keith pointed out we shouldn't spam the stderr with debug level
logging by default.
Change-Id: I909affb3b798c13950f95628275a6ec3a38c76ca
---
M src/log.c
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-e1d refs/changes/28/26228/1
diff --git a/src/log.c b/src/log.c
index c50efe5..e2b90dc 100644
--- a/src/log.c
+++ b/src/log.c
@@ -30,12 +30,12 @@
static const struct log_info_cat default_categories[] = {
[DE1D] = {
.name = "DE1D",
- .loglevel = LOGL_DEBUG,
+ .loglevel = LOGL_INFO,
.enabled = 1,
},
[DXFR] = {
.name = "DXFR",
- .loglevel = LOGL_DEBUG,
+ .loglevel = LOGL_NOTICE,
.enabled = 1,
},
};
--
To view, visit https://gerrit.osmocom.org/c/osmo-e1d/+/26228
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-e1d
Gerrit-Branch: master
Gerrit-Change-Id: I909affb3b798c13950f95628275a6ec3a38c76ca
Gerrit-Change-Number: 26228
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211112/27bc5642/attachment.htm>