Hoernchen has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-trx/+/33558 )
Change subject: ms: fix qg log
......................................................................
ms: fix qg log
Change-Id: I0f5dcb13d1bd9e626e1eeab6ca767ca1b5ae43b8
---
M Transceiver52M/ms/logging.c
1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/58/33558/1
diff --git a/Transceiver52M/ms/logging.c b/Transceiver52M/ms/logging.c
index 9ee0738..ee59299 100644
--- a/Transceiver52M/ms/logging.c
+++ b/Transceiver52M/ms/logging.c
@@ -76,6 +76,7 @@
void trxc_log_init(void *tallctx)
{
osmo_init_logging2(tallctx, &trxcon_log_info);
+ log_target_file_switch_to_wqueue(osmo_stderr_target);
trxcon_set_log_cfg(&trxcon_log_cfg[0], ARRAY_SIZE(trxcon_log_cfg));
}
--
To view, visit
https://gerrit.osmocom.org/c/osmo-trx/+/33558
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-trx
Gerrit-Branch: master
Gerrit-Change-Id: I0f5dcb13d1bd9e626e1eeab6ca767ca1b5ae43b8
Gerrit-Change-Number: 33558
Gerrit-PatchSet: 1
Gerrit-Owner: Hoernchen <ewild(a)sysmocom.de>
Gerrit-MessageType: newchange