Harald Welte has uploaded this change for review. ( 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 1 file changed, 4 insertions(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/52/10252/1 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 -- 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: newchange Gerrit-Change-Id: I6594fb083cad70ec596af872d85f805897b29644 Gerrit-Change-Number: 10252 Gerrit-PatchSet: 1 Gerrit-Owner: Harald Welte <[email protected]>
