pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42037?usp=email )
Change subject: bts: limit stderr logging to ERROR to avoid long write() to ext4 fs ......................................................................
bts: limit stderr logging to ERROR to avoid long write() to ext4 fs
Commit c3ab9ec33f37c6837fb8bcb0fa0bbd2e98781fb7 already decreased verbosity to NOTICE, but that's not enough since we still get plenty of logging and hence plenty of long write()s during test execution.
Let's try decreasing to ERROR and see if that's enough for now to stabilize the tests.
Change-Id: I41982fd83a9f46609464afb6b7242240063d4d91 --- M bts/osmo-bts.cfg 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/37/42037/1
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg index 7ac38a1..b2f5190 100644 --- a/bts/osmo-bts.cfg +++ b/bts/osmo-bts.cfg @@ -16,7 +16,7 @@ logging print category-hex 0 logging print level 1 ! - logging level set-all notice + logging level set-all error !Disabled due to stderr redirect to ext4 filesystem creating long writes of >500ms (OS#6794): !logging level rsl info !logging level meas info