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 submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/26470 )
Change subject: Change default log level to INFO
......................................................................
Change default log level to INFO
this will drop printing DEBUG level messages by default.
Change-Id: I8ecb17674d480988847d7fa23b586b66fa52010a
---
M src/debug.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/debug.c b/src/debug.c
index 91c2f71..b98ca08 100644
--- a/src/debug.c
+++ b/src/debug.c
@@ -28,7 +28,7 @@
static const struct log_info_cat default_categories[] = {
[DMAIN] = {
.name = "DMAIN",
- .loglevel = LOGL_DEBUG,
+ .loglevel = LOGL_INFO,
.enabled = 1,
},
[DST2] = {
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/26470
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I8ecb17674d480988847d7fa23b586b66fa52010a
Gerrit-Change-Number: 26470
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211208/f5f8ef04/attachment.htm>