neels submitted this change.
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
To view, visit change 29144. To unsubscribe, or for help writing mail filters, visit settings.