fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42894?usp=email )
Change subject: Revert "bts: limit stderr logging to NOTICE to avoid long write() to ext4 fs" ...................................................................... Revert "bts: limit stderr logging to NOTICE to avoid long write() to ext4 fs" This reverts commit c3ab9ec33f37c6837fb8bcb0fa0bbd2e98781fb7. 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: Ief6c3a6ca3053ccf745a186f7bb440e8540336f4 --- M bts/osmo-bts.cfg 1 file changed, 10 insertions(+), 11 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/94/42894/1 diff --git a/bts/osmo-bts.cfg b/bts/osmo-bts.cfg index 7ac38a1..c583d32 100644 --- a/bts/osmo-bts.cfg +++ b/bts/osmo-bts.cfg @@ -17,17 +17,16 @@ logging print level 1 ! 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 - !logging level pag info - !logging level l1c info - !logging level dsp info - !logging level pcu info - !logging level trx info - !logging level osmux info - !logging level lmib info - !logging level lmux info + logging level rsl info + logging level meas info + logging level pag info + logging level l1c info + logging level dsp info + logging level pcu info + logging level trx info + logging level osmux info + logging level lmib info + logging level lmux info ! line vty no login -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/42894?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ief6c3a6ca3053ccf745a186f7bb440e8540336f4 Gerrit-Change-Number: 42894 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <[email protected]>
