fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42893?usp=email )
Change subject: Revert "bts: limit stderr logging to ERROR to avoid long write() to ext4 fs" ......................................................................
Revert "bts: limit stderr logging to ERROR to avoid long write() to ext4 fs"
This reverts commit 3c798765f04dd7428c76e3c5cbf3f2ee27a0af4d.
Reducing logging verbosity did not help: we're still seeing the clock skew errors and restarts. This makes debugging harder, and is not relevant anymore because we've switched to tmpfs [1].
Related: [1] docker-playground.git Id9a93f7149ef7e9bfde1f4fe3a8299ba46645d50 Change-Id: Id234394fda1ce752f93448e2fc03887a097f6b9d --- M bts/osmo-bts.cfg 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/93/42893/1
diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg index b2f5190..7ac38a1 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 error + logging level set-all notice !Disabled due to stderr redirect to ext4 filesystem creating long writes of >500ms (OS#6794): !logging level rsl info !logging level meas info