neels submitted this change.

View Change

Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved fixeria: Looks good to me, approved
example cfg: tweak logging

Related: SYS#5599
Change-Id: I6b767b2e9f023cdbe5d2ea014e2d41878e848d24
---
M doc/examples/osmo-upf/osmo-upf-create-dev.cfg
M doc/examples/osmo-upf/osmo-upf-mockup.cfg
M doc/examples/osmo-upf/osmo-upf.cfg
3 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/doc/examples/osmo-upf/osmo-upf-create-dev.cfg b/doc/examples/osmo-upf/osmo-upf-create-dev.cfg
index 54ca643..e4e25f9 100644
--- a/doc/examples/osmo-upf/osmo-upf-create-dev.cfg
+++ b/doc/examples/osmo-upf/osmo-upf-create-dev.cfg
@@ -6,8 +6,7 @@
logging print category-hex 0
logging print file basename last
logging print extended-timestamp 1
- logging level set-all info
-#logging level set-all debug
+ logging level set-all notice

timer pfcp x24 5000
pfcp
diff --git a/doc/examples/osmo-upf/osmo-upf-mockup.cfg b/doc/examples/osmo-upf/osmo-upf-mockup.cfg
index e943a57..f1aafa9 100644
--- a/doc/examples/osmo-upf/osmo-upf-mockup.cfg
+++ b/doc/examples/osmo-upf/osmo-upf-mockup.cfg
@@ -6,9 +6,7 @@
logging print category-hex 0
logging print file basename last
logging print extended-timestamp 1
- logging level set-all debug
logging level set-all notice
- logging level set-all info

timer pfcp x24 5000
pfcp
diff --git a/doc/examples/osmo-upf/osmo-upf.cfg b/doc/examples/osmo-upf/osmo-upf.cfg
index 0f241a5..77b6871 100644
--- a/doc/examples/osmo-upf/osmo-upf.cfg
+++ b/doc/examples/osmo-upf/osmo-upf.cfg
@@ -6,9 +6,7 @@
logging print category-hex 0
logging print file basename last
logging print extended-timestamp 1
- logging level set-all debug
logging level set-all notice
- logging level set-all info

timer pfcp x24 5000
pfcp

4 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.

To view, visit change 29144. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-upf
Gerrit-Branch: master
Gerrit-Change-Id: I6b767b2e9f023cdbe5d2ea014e2d41878e848d24
Gerrit-Change-Number: 29144
Gerrit-PatchSet: 5
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: dexter <pmaier@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-MessageType: merged