aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-30 02:15:22 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2022-04-30 02:38:07 +0300
commit7b4b464f91566162f90fd03cb6c7ee4fd3cb6f74 (patch)
tree8776b79a640e19db7d70aa2e31d71fab33306d4e
parentf01f305e316bdcdc327dd576d97dd460d2ce67a4 (diff)
bts/osmo-bts.cfg: reduce OML logging verbosity, degrade to notice
Average size of osmo-bts.log after running ttcn3-bts-test is ~178 MB, and more than 52% (!) of it is the OML logging messages. Other than making the logfile bigger, bursts of OML messages make it really hard to follow the output of osmo-bts when running tests natively. Change-Id: Ib5346a3ca42917169e195f905472ccea7579e5eb
-rw-r--r--bts/osmo-bts.cfg1
1 files changed, 0 insertions, 1 deletions
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg
index 5609212f..f581be0b 100644
--- a/bts/osmo-bts.cfg
+++ b/bts/osmo-bts.cfg
@@ -18,7 +18,6 @@ log stderr
!
logging level set-all notice
logging level rsl info
- logging level oml info
logging level meas info
logging level pag info
logging level l1c info