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/.
Harald Welte gerrit-no-reply at lists.osmocom.orgHarald Welte has submitted this change and it was merged.
Change subject: Make Console Loggign a bit more verbose: add all USER "log()"
......................................................................
Make Console Loggign a bit more verbose: add all USER "log()"
Change-Id: Ib5a78079dd31def39fb649a4e7dc027c53692abc
---
M Common.cfg
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
Harald Welte: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/Common.cfg b/Common.cfg
index 96f0687..bf0a752 100644
--- a/Common.cfg
+++ b/Common.cfg
@@ -12,7 +12,7 @@
LogSourceInfo := Yes;
LoggerPlugins := { JUnitLogger := "libjunitlogger2" }
FileMask := LOG_ALL | TTCN_DEBUG | TTCN_MATCHING | DEBUG_ENCDEC;
-#ConsoleMask := ERROR | WARNING | TESTCASE | TTCN_MATCHING | DEBUG_ENCDEC
+ConsoleMask := ERROR | WARNING | TESTCASE | USER;
[EXTERNAL_COMMANDS]
BeginTestCase := $TCPDUMP_START
--
To view, visit https://gerrit.osmocom.org/7365
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ib5a78079dd31def39fb649a4e7dc027c53692abc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder