Change in osmo-hlr[master]: osmo-hlr.cfg: Don't enable DEBUG logging by default

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.org
Mon Jul 30 15:18:44 UTC 2018


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/10252 )

Change subject: osmo-hlr.cfg: Don't enable DEBUG logging by default
......................................................................

osmo-hlr.cfg: Don't enable DEBUG logging by default

This is not a setting that normal users should use in production.

Change-Id: I6594fb083cad70ec596af872d85f805897b29644
---
M doc/examples/osmo-hlr.cfg
M tests/test_nodes.vty
2 files changed, 5 insertions(+), 2 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/doc/examples/osmo-hlr.cfg b/doc/examples/osmo-hlr.cfg
index 853d3c2..cda1712 100644
--- a/doc/examples/osmo-hlr.cfg
+++ b/doc/examples/osmo-hlr.cfg
@@ -7,7 +7,10 @@
   logging print category 1
   logging timestamp 1
   logging print extended-timestamp 1
-  logging level all debug
+  logging level all notice
+  logging level main notice
+  logging level db notice
+  logging level auc notice
   logging level linp error
 !
 line vty
diff --git a/tests/test_nodes.vty b/tests/test_nodes.vty
index d499962..8857860 100644
--- a/tests/test_nodes.vty
+++ b/tests/test_nodes.vty
@@ -107,7 +107,7 @@
   logging print category 1
   logging print extended-timestamp 1
   logging print file 1
-  logging level all debug
+  logging level all notice
   logging level main notice
   logging level db notice
   logging level auc notice

-- 
To view, visit https://gerrit.osmocom.org/10252
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I6594fb083cad70ec596af872d85f805897b29644
Gerrit-Change-Number: 10252
Gerrit-PatchSet: 2
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180730/8fef7e29/attachment.htm>


More information about the gerrit-log mailing list