ttcn3-{hlr,mgw,pcu}-test: log to file

Add missing file output which all other tests already have.

Related: OS#4067
Change-Id: Ifb4a39e6e2987f4dc04369508fe0dff0913a02ff
This commit is contained in:
Oliver Smith 2019-06-21 12:06:33 +02:00 committed by osmith
parent 26ad849722
commit 88a74a5de1
4 changed files with 41 additions and 0 deletions

View File

@ -10,6 +10,16 @@ log stderr
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

View File

@ -28,6 +28,17 @@ log stderr
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

View File

@ -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

View File

@ -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