osmith has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38339?usp=email )
Change subject: ggsn: osmo-ggsn.src.cfg: tweak log output
......................................................................
ggsn: osmo-ggsn.src.cfg: tweak log output
* Print log levels.
* Don't print categories as hex.
* Print the basename at the end of the line.
* Remove "logging level lgtp debug", there already is
"logging level lgtp info" further above, and this is a more sensible
setting. With "debug" there are way too many log messages in e.g.
TC_lots_of_concurrent_pdp_ctx.
Change-Id: I771d07645ea6da91f2c93f0954d99a37c866629a
---
M ggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
1 file changed, 3 insertions(+), 1 deletion(-)
Approvals:
fixeria: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/ggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
b/ggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
index e9dca06..23a21f4 100644
--- a/ggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
+++ b/ggsn_tests/osmo-ggsn/osmo-ggsn.src.cfg
@@ -9,9 +9,12 @@
log stderr
logging filter all 1
logging color 1
+ logging print category-hex 0
logging print category 1
logging timestamp 1
logging print extended-timestamp 1
+ logging print file basename last
+ logging print level 1
logging level ip info
logging level tun info
logging level ggsn info
@@ -34,7 +37,6 @@
logging level lsua notice
logging level lm3ua notice
logging level lmgcp notice
- logging level lgtp debug
!
stats interval 5
!
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/38339?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I771d07645ea6da91f2c93f0954d99a37c866629a
Gerrit-Change-Number: 38339
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>