amarisoft_enb.cfg.tmpl: expose log options

this allows to alter the log options through a modifier

Change-Id: Iecd24afe6b242fbebc8463c9e1fa1c3b60b27d01
This commit is contained in:
Andre Puschmann 2020-06-16 14:42:28 +02:00 committed by srs_andre
parent cedee0a00b
commit 62e887d9b4
2 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,7 @@
- 'max_size': set the maximum size of the hex dump. 0 means no
hex dump. -1 means no limit.
*/
//log_options: "all.level=debug,all.max_size=32",
log_options: "all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,s1ap.level=debug,s1ap.max_size=1,x2ap.level=debug,x2ap.max_size=1,rrc.level=debug,rrc.max_size=1",
log_options: "${enb.log_options}",
log_filename: "${enb.log_filename}",
/* Enable remote API and Web interface */

View File

@ -149,6 +149,7 @@ amarisoftenb:
enable_pcap: false
tx_gain: 89
rx_gain: 60
log_options: all.level=error,all.max_size=0,nas.level=debug,nas.max_size=1,s1ap.level=debug,s1ap.max_size=1,x2ap.level=debug,x2ap.max_size=1,rrc.level=debug,rrc.max_size=1
srsue:
enable_pcap: false