laforge submitted this change.

View Change

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

Change-Id: Idaf75d64d28264a29b67439c6bbcae8ad6981f7e
---
M doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
1 file changed, 4 insertions(+), 16 deletions(-)

diff --git a/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg b/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
index 53b5508..b7f41e1 100644
--- a/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
+++ b/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg
@@ -1,24 +1,12 @@
-!
-! OsmoHNBGW (0) configuration saved from vty
-!!
-!
log stderr
logging filter all 1
logging color 1
+ logging print level 1
logging print category 1
- logging timestamp 1
+ logging print category-hex 0
+ logging print file basename last
logging print extended-timestamp 1
- logging level all debug
- logging level lglobal notice
- logging level llapd notice
- logging level linp notice
- logging level lmux notice
- logging level lmi notice
- logging level lmib notice
- logging level lsms notice
- logging level lctrl notice
- logging level lgtp notice
- logging level lstats notice
+ logging level set-all notice
hnbgw
iuh
local-ip 0.0.0.0

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

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Idaf75d64d28264a29b67439c6bbcae8ad6981f7e
Gerrit-Change-Number: 29145
Gerrit-PatchSet: 3
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-MessageType: merged