pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hlr/+/42017?usp=email )
Change subject: tests/db_upgrade: Use log stderr blocking-io ...................................................................... tests/db_upgrade: Use log stderr blocking-io When --db-check is used, osmo-hlr actually becomes a synchronous non-interactive program instead of a daemon. In that case, we want to use blocking-io since it doesn't use the event loop, so we want to flush all logging synchrnously before exiting. Change-Id: Ic81eacbcc0432b81debc52c49fddc668c7a062b3 --- M tests/db_upgrade/osmo-hlr.cfg 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/17/42017/1 diff --git a/tests/db_upgrade/osmo-hlr.cfg b/tests/db_upgrade/osmo-hlr.cfg index 7fb12c1..9f5ce42 100644 --- a/tests/db_upgrade/osmo-hlr.cfg +++ b/tests/db_upgrade/osmo-hlr.cfg @@ -1,4 +1,4 @@ -log stderr +log stderr blocking-io logging level db notice logging print category-hex 0 logging print file 0 -- To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/42017?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-hlr Gerrit-Branch: master Gerrit-Change-Id: Ic81eacbcc0432b81debc52c49fddc668c7a062b3 Gerrit-Change-Number: 42017 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]>
