Change in osmo-gsm-tester[master]: templates: Update .cfg files to use logging level set-all

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/.

Pau Espin Pedrol gerrit-no-reply at lists.osmocom.org
Wed Oct 3 18:13:14 UTC 2018


Pau Espin Pedrol has submitted this change and it was merged. ( https://gerrit.osmocom.org/11212 )

Change subject: templates: Update .cfg files to use logging level set-all
......................................................................

templates: Update .cfg files to use logging level set-all

VTY cmd "logging level all" is deprecated in favour of "logging level
set-all", but the required behaviour in this case is "logging level
set-all".

Change-Id: Ice54fca6be86f05a02ce4ae783e6e42e6958b95d
---
M selftest/template_test.ok
M selftest/template_test/osmo-nitb.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-pcu-sysmo.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-pcu.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-sgsn.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-stp.cfg.tmpl
M src/osmo_gsm_tester/templates/osmo-trx.cfg.tmpl
M src/osmo_gsm_tester/templates/sysmobts-mgr.cfg.tmpl
14 files changed, 14 insertions(+), 14 deletions(-)

Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved



diff --git a/selftest/template_test.ok b/selftest/template_test.ok
index c5471d0..f970bf6 100644
--- a/selftest/template_test.ok
+++ b/selftest/template_test.ok
@@ -8,7 +8,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 !
 line vty
  no login
diff --git a/selftest/template_test/osmo-nitb.cfg.tmpl b/selftest/template_test/osmo-nitb.cfg.tmpl
index f1508ec..c0a5c46 100644
--- a/selftest/template_test/osmo-nitb.cfg.tmpl
+++ b/selftest/template_test/osmo-nitb.cfg.tmpl
@@ -8,7 +8,7 @@
  logging color 0
  logging print category 0
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 !
 line vty
  no login
diff --git a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
index 95bf5e3..0d53ccb 100644
--- a/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-bsc.cfg.tmpl
@@ -4,7 +4,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
  no login
  bind ${bsc.ip_address.addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
index 3f2d0e7..782f1e8 100644
--- a/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-ggsn.cfg.tmpl
@@ -29,7 +29,7 @@
   logging level lsua notice
   logging level lm3ua notice
   logging level lmgcp notice
-  logging level all debug
+  logging level set-all debug
 !
 stats interval 5
 !
diff --git a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
index 014efd3..b573620 100644
--- a/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-hlr.cfg.tmpl
@@ -4,7 +4,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
  no login
  bind ${hlr.ip_address.addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
index 28a3798..970d53c 100644
--- a/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-mgcpgw.cfg.tmpl
@@ -4,7 +4,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
   no login
   bind ${mgcpgw.ip_address.addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
index 485a88b..b370d5e 100644
--- a/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-msc.cfg.tmpl
@@ -4,7 +4,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
  no login
  bind ${msc.ip_address.addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl
index 2c27273..764ca94 100644
--- a/src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-nitb.cfg.tmpl
@@ -6,7 +6,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 !
 line vty
  no login
diff --git a/src/osmo_gsm_tester/templates/osmo-pcu-sysmo.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-pcu-sysmo.cfg.tmpl
index 632bc27..5482b09 100644
--- a/src/osmo_gsm_tester/templates/osmo-pcu-sysmo.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-pcu-sysmo.cfg.tmpl
@@ -2,7 +2,7 @@
   logging color 1
   logging print extended-timestamp 1
   logging print category 1
-  logging level all debug
+  logging level set-all debug
 pcu
  pcu-socket ${osmo_pcu_sysmo.pcu_socket_path}
  flow-control-interval 10
diff --git a/src/osmo_gsm_tester/templates/osmo-pcu.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-pcu.cfg.tmpl
index 02382c2..86cb1a4 100644
--- a/src/osmo_gsm_tester/templates/osmo-pcu.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-pcu.cfg.tmpl
@@ -2,7 +2,7 @@
   logging color 1
   logging print extended-timestamp 1
   logging print category 1
-  logging level all debug
+  logging level set-all debug
 pcu
  pcu-socket ${osmo_pcu.pcu_socket_path}
  flow-control-interval 10
diff --git a/src/osmo_gsm_tester/templates/osmo-sgsn.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-sgsn.cfg.tmpl
index 9faf316..a59b7cd 100644
--- a/src/osmo_gsm_tester/templates/osmo-sgsn.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-sgsn.cfg.tmpl
@@ -7,7 +7,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
  no login
 sgsn
diff --git a/src/osmo_gsm_tester/templates/osmo-stp.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-stp.cfg.tmpl
index 6504b9e..c180e82 100644
--- a/src/osmo_gsm_tester/templates/osmo-stp.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-stp.cfg.tmpl
@@ -4,7 +4,7 @@
  logging color 1
  logging print category 1
  logging print extended-timestamp 1
- logging level all debug
+ logging level set-all debug
 line vty
  no login
  bind ${stp.ip_address.addr}
diff --git a/src/osmo_gsm_tester/templates/osmo-trx.cfg.tmpl b/src/osmo_gsm_tester/templates/osmo-trx.cfg.tmpl
index 0003f1b..e7f2fb8 100644
--- a/src/osmo_gsm_tester/templates/osmo-trx.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/osmo-trx.cfg.tmpl
@@ -8,7 +8,7 @@
   logging timestamp 1
   logging print file basename
   logging print extended-timestamp 1
-  logging level all info
+  logging level set-all info
 !
 line vty
  bind ${osmo_trx.trx_ip}
diff --git a/src/osmo_gsm_tester/templates/sysmobts-mgr.cfg.tmpl b/src/osmo_gsm_tester/templates/sysmobts-mgr.cfg.tmpl
index 3b28d78..cbe98a2 100644
--- a/src/osmo_gsm_tester/templates/sysmobts-mgr.cfg.tmpl
+++ b/src/osmo_gsm_tester/templates/sysmobts-mgr.cfg.tmpl
@@ -6,7 +6,7 @@
   logging filter all 1
   logging color 1
   logging timestamp 0
-  logging level all everything
+  logging level set-all everything
   logging level temp info
   logging level fw info
   logging level find info

-- 
To view, visit https://gerrit.osmocom.org/11212
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-tester
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ice54fca6be86f05a02ce4ae783e6e42e6958b95d
Gerrit-Change-Number: 11212
Gerrit-PatchSet: 3
Gerrit-Owner: Pau Espin Pedrol <pespin at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20181003/6ede86a3/attachment.htm>


More information about the gerrit-log mailing list