neels submitted this change.

View Change



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

Approvals: laforge: Looks good to me, approved pespin: Looks good to me, but someone else must approve Jenkins Builder: Verified
osmo-hnbgw-with-pfcp.cfg: improve logging

Change-Id: Iaf4e8993f9d3b41f74145291940ca59947f9d171
---
M hnbgw/osmo-hnbgw-with-pfcp.cfg
1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/hnbgw/osmo-hnbgw-with-pfcp.cfg b/hnbgw/osmo-hnbgw-with-pfcp.cfg
index e4dfed2..178369a 100644
--- a/hnbgw/osmo-hnbgw-with-pfcp.cfg
+++ b/hnbgw/osmo-hnbgw-with-pfcp.cfg
@@ -5,12 +5,21 @@
log stderr
logging filter all 1
logging color 1
- logging print category-hex 1
+ logging print category-hex 0
logging print category 1
logging print thread-id 0
logging print extended-timestamp 1
- logging print file 1
+ logging print level 1
+ logging print file basename last
logging level set-all debug
+ logging level ranap info
+ logging level rua info
+ logging level lss7 error
+ logging level lm3ua error
+ logging level linp error
+ logging level lpfcp info
+ logging level lsua notice
+ logging level lsccp notice
!
line vty
no login

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Iaf4e8993f9d3b41f74145291940ca59947f9d171
Gerrit-Change-Number: 31768
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged