osmo-hlr.cfg: Don't enable DEBUG logging by default

This is not a setting that normal users should use in production.

Change-Id: I6594fb083cad70ec596af872d85f805897b29644
This commit is contained in:
Harald Welte
2018-07-30 17:01:59 +02:00
parent 7f32f5f3e6
commit 9b6bc9e479
2 changed files with 5 additions and 2 deletions

View File

@@ -7,7 +7,10 @@ log stderr
logging print category 1
logging timestamp 1
logging print extended-timestamp 1
logging level all debug
logging level all notice
logging level main notice
logging level db notice
logging level auc notice
logging level linp error
!
line vty

View File

@@ -107,7 +107,7 @@ log stderr
logging print category 1
logging print extended-timestamp 1
logging print file 1
logging level all debug
logging level all notice
logging level main notice
logging level db notice
logging level auc notice