fixeria submitted this change.

View Change


Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
stp/osmo-stp.cfg: tune the logging formatting

Change-Id: Ieafa0599246f40958be6333512b7c41379b38a20
---
M stp/osmo-stp.cfg
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/stp/osmo-stp.cfg b/stp/osmo-stp.cfg
index 5f67dff..13b1b71 100644
--- a/stp/osmo-stp.cfg
+++ b/stp/osmo-stp.cfg
@@ -4,11 +4,12 @@
!
log stderr
logging filter all 1
- logging color 1
- logging print category-hex 1
+ logging print file basename last
+ logging print category-hex 0
logging print category 1
+ logging print level 1
logging timestamp 0
- logging print file 1
+ logging color 1
logging level lglobal notice
logging level llapd notice
logging level linp notice

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

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ieafa0599246f40958be6333512b7c41379b38a20
Gerrit-Change-Number: 36097
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: laforge <laforge@osmocom.org>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-MessageType: merged