This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
osmith gerrit-no-reply at lists.osmocom.orgosmith has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/docker-playground/+/14563 )
Change subject: ttcn3-{hlr,mgw,pcu}-test: log to file
......................................................................
ttcn3-{hlr,mgw,pcu}-test: log to file
Add missing file output which all other tests already have.
Related: OS#4067
Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff
---
M ttcn3-hlr-test/osmo-hlr.cfg
M ttcn3-mgw-test/osmo-mgw.cfg
M ttcn3-pcu-test/osmo-pcu.cfg
M ttcn3-pcu-test/sns/osmo-pcu.cfg
4 files changed, 41 insertions(+), 0 deletions(-)
Approvals:
laforge: Looks good to me, approved
osmith: Verified
diff --git a/ttcn3-hlr-test/osmo-hlr.cfg b/ttcn3-hlr-test/osmo-hlr.cfg
index 8ed77d4..47bbd23 100644
--- a/ttcn3-hlr-test/osmo-hlr.cfg
+++ b/ttcn3-hlr-test/osmo-hlr.cfg
@@ -10,6 +10,16 @@
logging level all debug
logging level linp error
!
+log file /data/osmo-hlr.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+!
line vty
bind 0.0.0.0
ctrl
diff --git a/ttcn3-mgw-test/osmo-mgw.cfg b/ttcn3-mgw-test/osmo-mgw.cfg
index 8158860..882c7d0 100644
--- a/ttcn3-mgw-test/osmo-mgw.cfg
+++ b/ttcn3-mgw-test/osmo-mgw.cfg
@@ -28,6 +28,17 @@
logging level lm3ua notice
logging level lmgcp debug
!
+log file /data/osmo-mgw.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging timestamp 1
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all notice
+ logging level lmgcp debug
+!
stats interval 5
!
line vty
diff --git a/ttcn3-pcu-test/osmo-pcu.cfg b/ttcn3-pcu-test/osmo-pcu.cfg
index 918beea..e8a8552 100644
--- a/ttcn3-pcu-test/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/osmo-pcu.cfg
@@ -1,3 +1,13 @@
+log file /data/osmo-pcu.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+
line vty
no login
bind 0.0.0.0
diff --git a/ttcn3-pcu-test/sns/osmo-pcu.cfg b/ttcn3-pcu-test/sns/osmo-pcu.cfg
index 34ba20d..f9bce3a 100644
--- a/ttcn3-pcu-test/sns/osmo-pcu.cfg
+++ b/ttcn3-pcu-test/sns/osmo-pcu.cfg
@@ -1,3 +1,13 @@
+log file /data/osmo-pcu.log
+ logging filter all 1
+ logging color 0
+ logging print level 1
+ logging print category 1
+ logging print category-hex 0
+ logging print file basename last
+ logging print extended-timestamp 1
+ logging level set-all debug
+
line vty
no login
bind 0.0.0.0
--
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14563
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff
Gerrit-Change-Number: 14563
Gerrit-PatchSet: 4
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190624/7ce8c2b0/attachment.htm>