fixeria has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36097?usp=email )
Change subject: stp/osmo-stp.cfg: tune the logging formatting
......................................................................
stp/osmo-stp.cfg: tune the logging formatting
Change-Id: Ieafa0599246f40958be6333512b7c41379b38a20
---
M stp/osmo-stp.cfg
1 file changed, 13 insertions(+), 3 deletions(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
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
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36097?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ieafa0599246f40958be6333512b7c41379b38a20
Gerrit-Change-Number: 36097
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged